This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Problem with ui-select-required #1206
Closed
Description
Upon selecting an item from a multi select box and then deselecting it I am left with the following classes in the element
<div class="ui-select-container ui-select-multiple ui-select-bootstrap dropdown form-control ng-valid ng-dirty ng-touched"
ng-class="{open: $select.open}"
name="slideTransitions"
ng-model="slide.transitions"
theme="bootstrap"
ui-select-required="">
As you can see the element still believes it valid when ui-select-required should step in and make it invalid because nothing is selected
Metadata
Metadata
Assignees
Labels
No labels