Open
Description
Problem to solve
When there is already an existing value inside the textfield, it would be usefull to have an autoselect prop for selecting the whole value inside the textfield instead of only focusing it with autofocus.
Proposed solution
Add a prop named: autoselect. This props would select the input when the component is mounted. I would use the same behavior as autofocus, but select the input instead.