I have a input box with the attribute
overflow:hidden;
I have also used javascript to stopped text being entered so that it cant overflow however I would like to be able to remove any overflow if the user manages to insert text into an already full textbox.
Is there anyway in javascript to detect when a texbox has hidden overflow? and remove it
Thanks