Skip to main content

Questions tagged [disabled-input]

The tag has no usage guidance.

disabled-input
-1 votes
2 answers
137 views

how to enable input field using playwright

I have a disabled input field, and I want to enable it using Playwright. <form action="/action_page.php"> <label for="fname">First name:</label> <input ...
I.sh.'s user avatar
  • 1,317
1 vote
1 answer
765 views

How to disable interactions of all Components at once in Jetpack Compose

I have a Column (not full screen) containing a few components like TextFiled, Chip, etc.. and There's a Submit button and I need to disable all component interactions (Click, Type) once this button is ...
AndroidDev's user avatar
0 votes
1 answer
143 views

How to disable a button properly in HTML?

It is possible to disable a <button> element by setting the disabled attribute, for example with document.querySelector("button").disabled = true; However, this has some unfavourable ...
Mue's user avatar
  • 548
0 votes
1 answer
36 views

Why can't I disable the input textbox in my table (I'm trying to use JavaScript only)?

I'm trying to disable a few textboxes in a table using JavaScript. My JavaScript var table = { disableTextbox: function() { var rows = document.querySelectorAll('table tr'); rows.forEach(...
ellekatdub's user avatar
2 votes
1 answer
319 views

How do I check if a form element (input or button, etc) is disabled by itself or a parent fieldset in Javascript?

According to the specs: A form control is disabled if any of the following are true: the element is a button, input, select, textarea, or form-associated custom element, and the disabled attribute ...
Luke Vo's user avatar
  • 19.8k
0 votes
0 answers
125 views

How to undisable input with react-hook-form?

I'm using react-hook-form and I want to set disable to false in one input when I'm typing anything in another input. my code is (only part of it ofc.): <label htmlFor="channel"&...
Bartłomiej Cieśliczka's user avatar
0 votes
1 answer
22 views

SP 2016 Single Line of Text greyed out in Datasheet view

I have an InfoPath form library with multiple promoted fields. The fields in question are Single Line of Text fields. The fields are all greyed out in the Datasheet view. I am used to only seeing this ...
Sean's user avatar
  • 163
0 votes
1 answer
577 views

My react select meant to be disabled doesn't display any default value

I'm still fairly new to react and I have some struggles finding why my defaultValueAttributes doesn't display anything: <Select id="my_disabled_select" name="...
Cucumberbatch's user avatar
11 votes
1 answer
6k views

[attr.disabled]=true not working in Reactive Form Angular 15

Currently I'm using Angular 15 and in Angular 14 for the disabled input field in reactive form I used [attr.disabled]="disableField ? true : null". This attribute after I update the Angular ...
Joya's user avatar
  • 111
1 vote
1 answer
86 views

Testing Angular - How can I test disabled field using Selenium Protractor?

In MEAN stack project I am using Selenium webdriver for frontend UI testing. I have a field which is non editable. I have attached an image Image How can I test this field making sure it cannot be ...
Hiyanneri's user avatar
0 votes
1 answer
288 views

Disable submit button when password not match and enable when matched in bootstrap modal

I have a bootstrap modal form for sign up. I want my submit button to be disabled before my password and re-type password are matched. Matched meaning it has to be some input and not empty. The button ...
dansyw91's user avatar
0 votes
1 answer
531 views

How to disable @html.dropdownlist option label in .NET?

View Markup : @Html.DropDownListFor(model => model.entityType, ViewBag.entityType as SelectList, "Select Type", new { @class = "custom-select"}) This is the dropdown list in ....
PHioNiX's user avatar
  • 77
0 votes
0 answers
50 views

Enable a disabled element through javascript .value = text

I want to bid on a collection through Javascripts .value function. When I enter a number in the price section through: textObject.value = number The "Make offer" Element of the website is ...
christopher guth's user avatar
0 votes
1 answer
350 views

How to set readonly / disabled input via php?

I have a form that allows the user to change name, surname, password etc. So, I have an email field disabled, I don't want to allow the user to change the email in the account settings, so I disabled ...
Snorlax's user avatar
  • 223
-2 votes
1 answer
103 views

i want to disable date and time from current date and time, and working with custom date and time in angular and html, for date i am able to disabled

<div class="date-time-para"> <div class="box-date"> <label class="font-weight-bold&...
dev.aashu's user avatar

15 30 50 per page
1
2 3 4 5
29