-
Notifications
You must be signed in to change notification settings - Fork 20
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
Select dialog #19
base: master
Are you sure you want to change the base?
Select dialog #19
Conversation
Unfortunately, I don't know how to write the tests... |
That's a very good idea to make such a feature :). It absolutely feats to Would be amazing to join |
I tried to implement the key events, but unfortunately it doesnt work with selectedIndex and the arrow events, as the (I assume every browser, only tested with the latest Firefox) browser navigates in a select element with the arrow keys automatically. In the demo of cloudcommander the arrow keys and j and k keys dont give the same result... |
Also I have a question: Can I add this to smalltalk? Or would you say that this is a bit too unusual? |
@hrueger could you render |
Yes, of course I can. But I'll make a new pull request for this feature. |
@hrueger good idea 🙂 |
I just added an option for multiple selects. Is there anything more which has to be done before this PR can be merged? |
Any update on this? |
Could you please get back key names? const TAB = 9;
const event = {
keyCode: TAB,
} |
Unfortunately, this causes the linting test to fail: see line 227f. |
Lint is fixed :), also PR missing tests. There is |
Thanks for the linting fix and the tests. Unfortunately, I don't have time to port this to |
added a select dialog