[Feature]: add disabled
argument to ui.input_text()
(and potentially other inputs)
#2003
Labels
disabled
argument to ui.input_text()
(and potentially other inputs)
#2003
Category
UI Components
Scope
Major Feature
Problem
It'd be great if we could dynamically disable / enable
ui.input_text()
form fields (similar to the behavior ofui.input_action_button()
).Quite often certain inputs only make sense when another input (e.g. a checkbox) is present and disabling / greying out these fields is a elegant way to handle that (but currently that's not possible).
Solution
It'd be great if a
disabled
argument could be added toui.input_text()
(and potentially other input types) analogously toui.input_action_button()
.Alternatives (Optional)
No response
Example (Optional)
Impact (Optional)
No response
Contribution? (Optional)
Yes, I can implement (or help).
The text was updated successfully, but these errors were encountered: