Skip to content
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

Support typical input field aspects such as tabIndex #247

Open
mschipperheyn opened this issue Mar 29, 2024 · 0 comments
Open

Support typical input field aspects such as tabIndex #247

mschipperheyn opened this issue Mar 29, 2024 · 0 comments

Comments

@mschipperheyn
Copy link

I'm running into an issue where I'm hiding a dateinput field by hiding it off-screen using position absolute.

This creates problems when someone hits the tab to cycle through form inputs, bc when you hit the date input field, it opens the calendar, which causes all sorts of havoc in the ui.

In general terms, input field aspects such as tabIndex, ariaLabel etc should be configurable on the api. It prob doesn't make sense for all properties given the heavy ui customization that this component effectuates, but tabIndex is definitely one of them, not just because of my slightly unique use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant