OTPInput Keyboard Support in Forms #6632
Labels
good first issue
*** Welcome to PrimeReact Family! *** Good issue!
Type: Bug
Issue contains a defect related to a specific component.
Milestone
Using the OtpInput component, the following cases are being observed.
1° When all fields are filled with a value and then attempting to use the Tab key to move between other components or even between the values, the action does not occur. Another case is when there is a form and we try to use Enter for submission, but the action also does not occur. However, if we leave the value incomplete in the component, both Tab and Enter work.
Example on the Prime website: primereact.org/inputotp/#basic
2° When using the integerOnly prop, tab navigation does not work from the beginning of the component, thus also not functioning with Enter if in a form.
Example on the Prime website: primereact.org/inputotp/#integeronly
https://github.com/orgs/primefaces/discussions/1845
The text was updated successfully, but these errors were encountered: