Open
Description
Hello,
It will be great if the current value of CurrencyInput is automatically highlighted upon getting focus by TAB key or mouse click. In that case the user can just type new value without manually erasing the current value of the currency input.
Based on my testing, if the current value is only 3 digits i.e. there is no comma, the value is automatically highlighted upon focus. However if the value is 4 digits and above i.e. there is comma e.g. 1,895.00, the current value is not automatically highlighted.