Open FernandoBasso opened 5 years ago
@FernandoBasso You can use React.createRef() to implement that behavior.
Here's my naive implementation (When you type two strings on the FirstName field, then automatically focus on the next field) : https://codesandbox.io/s/24mm7j7wny
@taneba example is empty
Is there any piece of doc or tip that shows or explains some way to focus on a specific field? For instance, after a user types two digits on a field, automatically focus on the next field?