angular2-multiselect-dropdown icon indicating copy to clipboard operation
angular2-multiselect-dropdown copied to clipboard

CSS validations on dropdown

Open yogesh-mali44 opened this issue 5 years ago • 1 comments

Is there a way to add bootstrap validations in Angular 2 multi-select dropdown. Basically is is possible to highlight the dropdown in red if user does not select any values like for a normal input I can use [ngClass]="{'is-invalid': someThing.invalid}".

I saw the template drive form example but it does not give a way to do the above.

yogesh-mali44 avatar Sep 02 '20 19:09 yogesh-mali44

I need the same ability, but probably going to end up writing custom CSS to achieve this.

devglen avatar Nov 21 '20 12:11 devglen