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.

Thymeleaf - How to add checked attribute to input conditionally

As you know, input component has an attribute, checked to whether mark the checkbox as enabled by default or not. &…

html thymeleaf html-input
How to stop buttons from staying depressed with Bootstrap 3

How do you make a button in Bootstrap 3 undepress automatically after being clicked? To replicate my problem, make a page …

html css twitter-bootstrap-3 html-input
What characters are allowed in the HTML Name attribute inside input tag?

I have a PHP script that will generate <input>s dynamically, so I was wondering if I needed …

html forms web-standards html-input
input field disabled until radio button is checked (HTML)

I have two fields, one of them is a text input field and the other is a select tag. The …

javascript html html-select forms html-input
Select inputs with number type through jQuery

How can I select all inputs with number type in jQuery? The following code doesn't work: $(':input[type="number"]…

jquery-selectors types numbers html html-input
When to use the disabled attribute vs the aria-disabled attribute for HTML elements?

I'm trying to make a form accessible. Should I make my inputs have both disabled and aria-disabled attributes, or just …

html accessibility wai-aria html-input
Angular 4 - How to use currency pipe in input type

I have an HTML input: <input [(ngModel)]="item.value" name="inputField" type="text" /> I want to format its …

angular html-input angular-pipe angular2-ngmodel
Reset input value after alert - Javascript

I have a simple input box where if the number is higher than 2, a popup message will appear. Here is …

javascript html reset html-input
How to set html input field transparent on a transparent div?

I have a div set transparent with rgba and want on that div an input field which also has a …

css opacity rgba html-input
Bootstrap 3 - How to maximize input width inside navbar

Right now I have a navigation bar that looks like: http://bootply.com/78239 I want to maximize the width of …

html css navbar twitter-bootstrap-3 html-input