-
Notifications
You must be signed in to change notification settings - Fork 516
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
keyboard controls broken in single selection mode #201
Comments
Hi @severinraez , Thanks for letting me know. There's an underlying bug in this. Basically, it couldn't find some elements because of different DOM structure of the directive, depending on how we configure the multi select. I'm working on a proper fix now. |
+1. |
I am experience issue that seems to be related to this. If 0 or 1 disable selection in dropdown.
|
ah, I just came across this as well. Although with a multi-select ... |
Happens in multi-select mode as well... |
Fixed in v4.0.0 |
Hi
This component (v 3.0.0) raises an error if initialized as single select (see http://isteven.github.io/angular-multi-select/#/demo-single-selection-mode)
As I only need single selection, I hacked something together that works for me. I thought a pointer would be helpful to you. Changing the line
to
resolves the issue.
The text was updated successfully, but these errors were encountered: