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

Select Field, Date Input Field - keypress "Tab" focuses a random item on a screen #181

Closed
AnamariR opened this issue Jan 18, 2024 · 1 comment · Fixed by #185
Closed
Labels
bug Something isn't working

Comments

@AnamariR
Copy link

AnamariR commented Jan 18, 2024

Basic information

  • Tiller version: 1.7.4.

  • Module:

Formik-elements / Select Field (https://croz-ltd.github.io/tiller/?path=/docs/component-library-formik-elements-selectfield--select-field-factory)
Formik-elements / DateInputField (https://croz-ltd.github.io/tiller/?path=/docs/component-library-formik-elements-dateinputfield--with-label)

Bug description

After choosing an option from the select field or a date from a date field and after they both close, after keyboard "tab" press, the focus goes on a random item at the beginning of the screen.

Steps to reproduce

Step 1: Open select field // Date Input Field
Step 2: Pick an item // Select a date
Step 3: System closes the Select Field // System closes date select
Step 4: Press "Tab" on keyboard

Expected behavior

On keyboard "Tab press" system should focus the first next item.

Actual behavior

On keyboard "Tab press" system focuses an item at the beginning of the screen.

@AnamariR AnamariR added the bug Something isn't working label Jan 18, 2024
@fbeceic
Copy link
Collaborator

fbeceic commented Jan 25, 2024

The forthcoming update will address the current issue, and there are ongoing plans to enhance form accessibility. This includes optimizing the fluidity and consistency of navigating between form elements using the tab key.

The issue will remain open, serving as a focal point for incorporating these improvements in future updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants