-
Notifications
You must be signed in to change notification settings - Fork 435
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
Always show dropdown #253
Comments
Thanks for reporting, I will look into this |
What do you mean "always show"? even if there's no Setting |
You're right I mean always open when the input have focus. On blur it must close. But when using the keyboard to select elements from the dropdown, the input keep the focus but the dropdown close when selecting an item and doesn't reopen, even if the input have focus. I saw you made changes, is it a fix for this situation ? |
Yes, try the new version
…On Wed, Jun 5, 2019, 11:29 PM Aimery Marsily ***@***.***> wrote:
You're right I mean always open when the input have focus. On blur it must
close. But when using the keyboard to select elements from the dropdown,
the input keep the focus but the dropdown close when selecting an item and
doesn't reopen, even if the input have focus.
I saw you made changes, is it a fix for this situation ?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#253?email_source=notifications&email_token=AAGOJZ7IVUAFDLYWGINTMFLPZAOZVA5CNFSM4HT5O3N2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXA5MTI#issuecomment-499242573>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAGOJZ2F5WH3JEFB5KRJ44DPZAOZVANCNFSM4HT5O3NQ>
.
|
I tried it and you fixed it for the If I may ask one more thing, It would be nice to have the same behavior with other keyboard keys that select the tag, like |
Sure, I'll look into it |
I talk too quickly, I think there is a bug. When focusing the input, I start typing a letter and the input loses focus so I can't type other letter in the input. |
I will check in 8 hours when I get home. Although I don't see any bad behavior in the demo page |
Hi, You are right I tried it and the issue is when having a combination of In your demo page, change for the first input the conf to this, and you'll see the bug :
|
Did you had a chance to check this with the options described in my last post ? |
No not yet, I was very busy lately, I will test this very soon |
Sorry to bother you again but did you look at it |
I am working on it, it's not that simple. |
The update fixed it, thanks a lot ! |
I have set in the option
dropdown.enabled: 0
so it always show the dropdown for the user even without typing anything. The problem is that if the user uses the keyword to select a value from the dropdown and enterenter
on the keyboard the tag is added and the dropdown closes. The focus is still on the input and there is no way to open the dropdown, the user have to blur and click again on the input.This issue doesn't happen if the user select a value from the dropdown with the mouse, only with the keyboard.
Thanks
The text was updated successfully, but these errors were encountered: