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.

How to add button inside input

I am trying to achieve this: I just want to show a button inside an input element just like the …

html css html-input
Phone: numeric keyboard for text input

Is there a way to force the number keyboard to come up on the phone for an <input type="…

android ios keyboard numbers html-input
How to handle floats and decimal separators with html5 input type number

Im building web app which is mainly for mobile browsers. Im using input fields with number type, so (most) mobile …

javascript jquery mobile floating-point html-input
Html/PHP - Form - Input as array

I got a form like this <form> <input type="text" class="form-control" placeholder="Titel" name="levels[level]"&…

php html html-input
Using Pipes within ngModel on INPUT Elements in Angular

I've an HTML INPUT field. <input [(ngModel)]="item.value" name="inputField" type="text" /> and I want to format …

angular pipe html-input angular2-ngmodel
How to locate and insert a value in a text box (input) using Python Selenium?

I have the following HTML structure and I am trying to use Selenium to enter a value of NUM: <…

python python-2.7 selenium-webdriver form-submit html-input
How to force keyboard with numbers in mobile website in Android

I have a mobile website and it has some HTML input elements in it, like this: <input type="text" …

android html webview keyboard html-input
HTML5 pattern for formatting input box to take date mm/dd/yyyy?

I used jQuery datepicker and I want to restrict my input field with a HTML5 pattern if a user, instead …

html date html-input
input checkbox true or checked or yes

I've seen the three implementations of pre-selecting a checkbox. I started off using checked="checked" because I thought it was …

javascript html checkbox html-input
HTML 5 input type="number" element for floating point numbers on Chrome

I need to have users enter floating point numbers, so I use the following element: <input type="number" name="…

html validation google-chrome html-input