The input text box includes the units when edititable. If the user does not replace the entire string, then the input is rejected. (Probably because it's no a number).
Also the input box shows abbreviated values like 35K instead of 35000. However if the user enters a number 25M it also is rejected.
Finally when howevered the input box should either highlight or change the mouse cursor to "hand" to indicate that it is interactive.
The input text box includes the units when edititable. If the user does not replace the entire string, then the input is rejected. (Probably because it's no a number).
Also the input box shows abbreviated values like 35K instead of 35000. However if the user enters a number 25M it also is rejected.
Finally when howevered the input box should either highlight or change the mouse cursor to "hand" to indicate that it is interactive.