isteven / angular-multi-select

A multi select dropdown directive for AngularJS. Allows you to use HTML tags and CSS in the data. Requires only AngularJS and nothing else.
isteven.github.io/angular-multi-select
MIT License
1.08k stars 518 forks source link

Conditionally set the required Property #466

Closed prasannapethe closed 8 years ago

prasannapethe commented 8 years ago

Can i conditionally add the validation=required property

isteven commented 8 years ago

@prasannapethe ,

Unfortunately no, it's not supported.

You should validate them manually (example, before they are submitted)