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.

Display of units in HTML stepper <input type="number">

I want the user to enter numbers with a unit such as "cm", "kg" or "$". This can be done in …

html forms html-input
Why is <INPUT> wider than I told it to be?

Given a <select> and an <input> element, both specified to be 200px wide: <!doctype html&…

html css html-select html-input
Fill input file form with JavaScript

Note: The answer(s) below reflect the state of legacy browsers in 2009. Now you can actually set the value of …

javascript html html-input file-io
One click upload button

I am looking to create a button which when clicked opens a dialog window where they select an image to …

jquery jquery-plugins html-input
What is the max number of files to select in an HTML5 [multiple] file input?

I have 64000 small images I want to upload to my website (using existing validation, so no FTP etc). I've created …

html file-upload fileapi html-input
customizing bootstrap form-control on select option

I'm using bootstrap's form-control class to keep a consistent style between my form input and those that requires a select …

css bootstrap-4 html-input form-control
Android browser refreshes page after selecting file via input element

I have a mobile web page which includes an input element of type 'file', to allow users to upload image …

android mobile-website html-input
How can I focus on a text input without showing on-screen keyboard

I'm making a chat service, and I want to support mobile devices well. On a screenshot below, there is an …

javascript focus html-input soft-keyboard
Is there a way to suppress scientific notation for <input type="number">?

I'd like to input numbers with up to eight decimal points with an <input> element. However, if I …

html floating-point html-input scientific-notation
Samsung Galaxy Tablet does not allow entering floating point numbers to inputs with "number" type

Our client wants us to display numeric keyboard for an input field so basically I created a field like: <…

android html android-browser html-input galaxy-tab