-
Notifications
You must be signed in to change notification settings - Fork 80
Can not go back to nothing selected state #161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
If you use a native |
Hi, Thanks for the very fast reply. I thought of adding an extra option in the select like this:
This would be just great since when I select |
True, however when using angular's select directive it is possible to specify Select... the could be used as 'undefined'. I've implemented it in a way it is used in ui-select directive: allow-clear="true": Thanks. |
Hi,
I would like my select to have dynamically 2-3 options of users and have the
Nothing selected
option also part of the dropdown always.This way i can rename
Nothing selected
title toAll users
and in the dropdown you can then select one user or theAll users
options.Now if i select one user i can not go back to Nothing selected (all users).
I could not find in the documentation some tips for this. Is is supported and if so could someone tell me how.
Thanks,
Vlad
The text was updated successfully, but these errors were encountered: