Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • alex 3 posts 73 karma points
    Jul 06, 2016 @ 11:32
    alex
    0

    No UI-validation for the dropdown data type

    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>
    

    Why?

Please Sign in or register to post replies

Write your reply to:

Draft