Hello everyone! How to disable dropdown field?
Hi!
Sorry for the delayed answer! There is no direct way to disable a dropdown field unfortunately maybe you could change the dropdown to a disabled text input / field when you want to disable the dropdown, perhaps using the vi
sibility prope
rties of each component? Maybe something like if you have a variable bound to the dropdown value, then when the variable is defined ( = the user pick a dropdown option), the dropdown field’s visibility sets to false and the text field with the picked value gets visibility true. Or somehting like that, depending on your use case