-
-
Notifications
You must be signed in to change notification settings - Fork 508
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
Suggestion: Tab index #321
Comments
Good idea. I will check this. |
Any chance you could share how I could achieve this with JQuery. I've captured the event when someone tabs to the hidden range input field. But I've tried manually focusing on the .irs-slider, triggering a click on the .irs-slider and other elements and nothing seems to grab the focus and activate the keyboard. What element or event could I trigger to simulate someone activating the keyboard. P.S. love the tool, works great. |
Hi, original input has class |
Lee, I achieved adding tab indexes with the following jQuery: |
Hi there, I figured out a solution as below makes keyboard operation active straightway when the input is focused by pressing tab:
|
It's a shame this component doesn't support keyboard out of the box. Otherwise - great work! |
@IonDen hi, this is cool but doesn't solve tabIndex issue for |
@besuhoff, good point. Could you create another ticket with more detailed suggestion? |
It would be nice if the control supported tab index. I tried setting it on the text input but since it's hidden it doesn't work. This is just a minor detail though.
The text was updated successfully, but these errors were encountered: