Hi I am somewhat puzzled by this basic functionality: I have a regular text input html tag, which is a little narrow (20px):
<input type="text" maxlength="3" id="pCF" style="width: 20px;" />
The little "x" clear button on the right side of the input doesn't show up until I increase the width of the box to ~75px.
Any suggestions? How can I ensure the clear button shows up even in this (narrow) input text element?
This is IE11 BTW, which is a requirement for out app.
Thanks!