Required and Disabled with condition in TextArea are not working
I have radiodeck plugin and textarea in my form
Even though I have 'disabled' set to false in extraInputAttributes, it is still not functioning as it should. I tweak the necessary rule by setting 'required' to false in extraInputAttributes and it's working fine (without it, it's still have required in textarea even though is_status is set to false). What I want is for the textarea to be disabled while is_status is non-active and to not be disabled when is_status is active
note: when I change textarea to textinput, it works as I wanted to be
0 Replies