Hello,
I'm trying to disable/enable fields based on the state of dropdown (using nr. 3 from this https://docs.webcon.com/docs/2023R2/Studio/Process/Attribute/Choice/Choose_field/#picker):
* Allowing custom values - make fields on form enabled.
* Disabled custom values - make fields on form disabled.
Is there any value which i could use to check state of dropdown control?
In this case i'm using autocomplete dropdown.
I'm using js and global variables right now, but this doesn't work after saving the form with custom values - I'm lacking some control state info.
(I've tried to achieve it with document.querySelector, but without luck).