Top "Disabled-input" questions

How to disable all inputs and textboxes after a form submitted?

I have several issues to discuss with you: I need all elements in the form disabled after a server answer "400" …

jquery form-submit onsubmit disabled-input
Remove disabled attribute using JQuery

I have tried following code given in JSFIDDLE... But it is not working... I want to Enable submit button only …

javascript jquery html disabled-input
How to make a radio button read-only but not disabled?

The question "How to make radio button read-only?" has already been asked n times. But the solution is always disabled="…

html disabled-input readonly-attribute
With Javascript convert disabled input fields into readonly input fields

I have a problem with a form in IE. I have disabled fields in form i,e. field having property …

javascript html css disabled-input
How to enable/disable Google's reCaptcha widget?

Is there a way to programmatically enable/disable Google's reCaptcha widget? The purpose for this would be to prevent a …

javascript jquery recaptcha disabled-input programmatically
simple_form: disable form without adding disabled: true or readonly: true to every input

I have a large simple_form form with fields that need to be enabled or disabled depending upon where the …

html ruby-on-rails forms simple-form disabled-input
Fieldset and disabling all child inputs - Work around for IE

I have a fieldset that has a ui-view under it. Each view had lots of fields(a field is a …

angularjs internet-explorer angularjs-directive fieldset disabled-input
POST values of disabled form elements

I have a form in which I need to disable an array of checkboxes and a few fields so that …

php disabled-input
Angular 4 - Reactive Forms enable/disable not working

I am having trouble enabling and disabling a form controls in my application. It is probably because the form is …

javascript angular angular-reactive-forms disabled-input
jQuery toggling disabled / enabled on a paired input

I have 2 paired input fields, and need to toggle enabled/disabled between them (if one is enabled the other should …

jquery html input toggle disabled-input