-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Feature #548 - allow select component to be controlled by keyboard #582
Conversation
robinbortlik
commented
Feb 1, 2015
- refactored dropdown component
- add open and close listeners to dropdown component
- refactored select component (replace span by input)
- add keypress binding and logic to select
…oard - refactored dropdown component - add open and close listeners to dropdown component - refactored select component (replace span by input) - add keypress binding and logic to select
I took a look at this, it looks very good. Just wondering why the animation style has been changed for the select dropdown? |
Ohh, really? I did not noticed any change in animation. Let me know, if it will need some fixes. |
Or do you mean the css style changes? That I had to replace arrow with icon? It is because, it is not possible to use :after selector with input. |
Take a look at http://materializecss.com/forms.html and click on the select dropdown. Then if you click the one after the change it has a different effect. |
Yes, you are right. I think it is issue with the scrollTo function. hhttps://github.com//pull/582/files#diff-338f03716a63d52eee0f79b4510d617cR245 When you open the select, then the dropdown should be on the position of selected option. |
Great, looking forward to seeing it. Thanks for taking the time to add this On Mon, Feb 2, 2015 at 4:15 PM, Robin Bortlík notifications@github.com
Doggy sends his greetings from Mars. |
Ok, fixed. Can you test it now? :) |
Looks like it is working now. I merged it in. Thanks again for your help :) |
Please....what was the fix? This is something I desperately need. Where can I look at the code? |
@NewBo1234 , what is the issue you have? |
Good morning, I have 2 problems:
I like this library very much, but the accessibility tweaking is turning into a nightmare. Thank you, |
Hi @NewBo1234 , this is a commit which added a functionality: ec69063 Regarding to your second issue, I'm afraid, that you will have to investigate by yourself. I remember that times when I was working on this library, I had to pull it locally, update a code as I needed and then compile it for myself. |