Top "Html-input" questions

The input element represents a typed data field, usually with a form control to allow the user to edit the data.

Select all text in a 'readonly' <input /> when it gains focus

I've got a textbox (set to readonly) and I need its' contents to be selected for easy copy/paste when …

javascript html html-input
Why file open dialog opens twice on clicking the button in FireFox

I have a file <input> field and a <span> decorates the input field: <span class="…

javascript firefox file-upload html-input input-field
JSON.stringify() <input> values as numbers?

I am using JSON.stringify() on html <input>s to send through a websocket like so: JSON.stringify({ …

javascript json numbers stringify html-input
Best settings for HTML <input type="number">, for mobile devices

I've been reading many other questions, like these[1][2][3] for example, but the problem still persists. I need to find the "…

mobile-safari html-input android-keypad numeric-keypad iphone-keypad
Detect when a user chooses a file using a file input

How can I detect when a user has chosen which file to upload using a html file input. That way …

javascript jquery html-input
Writing a string property of an object with <html:text />

I've got an object in my form that contains various string properties. When I want to print it in my …

java struts struts-1 html-input struts-html
HTML5 - input=number and incompatible browsers

I want to use the html5 element <input type="number"> on my website, but i want to know …

html html-input
Is it possible to run some HTML5 input types in IE8?

Is it possible to run some HTML5 input types in IE8 with any library?? for example with range. Points: <…

javascript html internet-explorer cross-browser html-input
How to deal with browser differences with indeterminate checkbox

Primer: An HTML checkbox can be set as indeterminate, which displays it as neither checked nor unchecked. Even in this …

html checkbox html-input
Hide a value or text from the HTML Input control

How to hide a text or value from a html inputfield without set to hidden control. I want to the …

html html-input htmlcontrols