Skip to content

Commit

Permalink
Fixed: multiple attribute removed in dropdown macro (OFBIZ-12127)
Browse files Browse the repository at this point in the history
This set back the multiple attribute for multi dropdown to be displayed
correctly
  • Loading branch information
MkLeila committed Nov 28, 2024
1 parent a728fa5 commit 2d30ef1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ under the License.
<select name="${name?default("")}"
<@renderClass className alert /> <@renderDisabled disabled />
<#if id?has_content> id="${id}"</#if>
<#if multiple?has_content> multiple="multiple"</#if>
<#if ajaxEnabled> class="autoCompleteDropDown"</#if>
<#if event?has_content> ${event}="${action}"</#if>
<#if size?has_content> size="${size}"</#if>
Expand Down

0 comments on commit 2d30ef1

Please sign in to comment.