Top "Input-field" questions

The `<input>` tag specifies an input element.

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
Is there a way to have a masked numeric input field?

I am creating an HTML5 application on an Android and for this specific scenario, we have an input field that …

android html input-field
Changing the value of input field - React

I've been trying to change the value of input field after I select the item from SelectField from MaterialUI library …

javascript html reactjs input-field
Why do my HTML form elements move around when clicking on them in IE8?

I have an HTML form with a bunch of input fields (of type text and select). I am floating them …

html css internet-explorer-8 forms input-field
Write in an HTML input field using Excel VBA

I load an internet page and log in with myusername and mypassword using VBA. I would like to write a …

excel vba web getelementsbytagname input-field
How to set the value of date input field using data binding in Angular 5?

I have two date input fields (fromDate & toDate) in my angular application. I also 3 buttons 'Yesterday', 'Last Week', 'Last …

angular date angular-ngmodel input-field date-pipe
Is there any danger to using input fields outside/without forms in HTML/Javascript pages?

Input fields are usually associated to forms, but I would like to use them in a simple Javascript/HTML page. …

javascript html forms input-field
How to customize the step of a number input field?

I have an input field of type number which ranges from 1 to 4096 as follows: <input max="4096" min="1" name="size" …

javascript jquery html css input-field
Chrome doesn't remember input field value

I'm using HTML code like this: <form method="post" action="#"> <input type="text" name="inputFIeld" id="someVal" …

javascript html google-chrome preventdefault input-field
getAttribute of elements with some class doesn't work

I have some input fields with a specific class. They all have a data attribute, say data-somedata with an integer …

javascript class attributes input-field getattribute