Manually selecting one of the fields
Closed this issue · 1 comments
HazTheGoat commented
Hi,
Is it possible to select one of the fields by clicking it? As far as I have tested, it's only possible to get to the next field by filling out the previous one. This means that the user cannot enter a different value in the first field without backspacing and removing all the other values.
andreaswilli commented
Yes, that's correct. Individually selecting the fields was supported up to version 0.1.5
of the library.
However, it added a lot of complexity to the code, so I decided to drop this feature in version 2.0.0
.
If this is a must for you, maybe react-code-input or react-pin-field is more suitable.