-
Notifications
You must be signed in to change notification settings - Fork 629
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
Is useKeyboardArrows prop supported. #514
Comments
For some reason, you have to click on the image before kb navigation will work. |
Is it possible to expose a ref to trigger the touch event to give the carousel focus? Update:
When digging into this, I found it useful to put a css psuedo class on the
|
Please create a pull request with that and I'm happy to publish it...
…On Sat, 5 Dec 2020, 3:14 am Blaine Garrett, ***@***.***> wrote:
Is it possible to expose a ref to trigger the touch event to give the
carousel focus?
In presentation mode, it would be great to just hit the arrow keys w/o
first having to interact with the component.
There doesn't seem to be any public refs available.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#514 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABIJDJCBINCSZWDI3XK7KDSTEKI3ANCNFSM4SJS2NNA>
.
|
… without initial interaction
#514 Add autoFocus prop so useKeyboardArrows works without clicking first
All done, published as 3.2.11 - thanks for the contribution. |
I want an ability to navigate through arrows of the keyboard. In many of the documentation, I can see useKeyboardArrows, Provides the ability to do the same. But this doesn't seem to work for me.
The text was updated successfully, but these errors were encountered: