Skip to content

Commit

Permalink
Allow Multiselect at non 'F' FormElements
Browse files Browse the repository at this point in the history
  • Loading branch information
gumbarros committed May 28, 2024
1 parent 6ae2a23 commit d97a9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Web/Areas/DataDictionary/Views/Field/_DataItem.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</div>
}

@if (Model.Component is FormComponent.ComboBox && ViewBag.IsForm)
@if (Model.Component is FormComponent.ComboBox)
{
<div class="@BootstrapHelper.FormGroup col-sm-4 required">
<checkbox tooltip="@StringLocalizer["Be careful when using this option. You should probably use this option only for write-only fields or store the values in another table."]" for="DataItem!.EnableMultiSelect" switch="true"/>
Expand Down

0 comments on commit d97a9db

Please sign in to comment.