You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
You are right but then one would add multiple attribute for multi select and not add it for single select. However I think it can be enhanced to allow programmatic switching between single/multiselect.
Yes, definitely! I've not thinked about not adding attribute at all. That's because I use this method: if attribute can be ignored I write <element attr /> or <element attr="attr" />. But If <element attr="true"> than value has to be correctly transformed to Boolean.
Thanks for your directive. It was very helpful.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
isMultiple = attrs.multiple ? true : false
always true because attrs.multiple is string, no?here: https://github.com/amitava82/angular-multiselect/blob/master/src/multiselect.js#L41
The text was updated successfully, but these errors were encountered: