Skip to content
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
@dshep4

Description

@dshep4

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions