Umbraco dropdown editor template doesn't contain any code responsible for validation
<select name="dropDownList"
class="umb-editor umb-dropdown"
ng-switch-when="1"
multiple
ng-model="model.value"
ng-options="item.id as item.value for item in model.config.items"></select>
No UI-validation for the dropdown data type
Umbraco dropdown editor template doesn't contain any code responsible for validation
Why?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.