blackbing/react-numeral-input

Having more than 1 NumeralInput on a page brings focus to the last one

michaelryancaputo opened this issue · 3 comments

I have a form with multiple NumeralInput's on it. If a key is pressed on the 1st input it automatically tabs down to the last input. This seems to only happen in Safari.

This doesn't seem to be an issue on version 0.0.8 of the component.

@michaelryancaputo , thank you. I'm trying to solve editing problem. I removed this algorithm temporary. I will add some test case to test this feature. Please update to 0.1.1. thanks.

Thank you!