Closed (fixed)
Project:
Clientside Validation
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Mar 2013 at 11:04 UTC
Updated:
18 Jul 2013 at 09:21 UTC
I have an input field disabled because dynamically updated. In this case, the alert is not generated. Does anyone know a way to solve this problem?
Comments
Comment #1
attiks commentedCan you provide some more information, it's a bit vague to me?
Comment #2
lorisb commentedif i set an input disabled = true, the alert is not generated.
Comment #3
attiks commentedDisabled fields are not validated since the user cannot change them, if you set the value using code, you can do the validation at that moment.
Comment #4
lorisb commentedWhat is the event that triggers the validation?
Thanks
Comment #5
attiks commentedvalidation is normally triggered on form submit
Comment #6
lorisb commentedI should validate after the change event of jquery, do you know a way to do this?
Comment #7
jelle_sTake a look at admin/config/validation/clientside_validation or admin/config/validation/clientside_validation/default if you want the settings to apply to all forms.
You can select to validate fields on blur or even on keyup.
Comment #8
jelle_sSince we haven't heard anything from @lorisb in a while I'm assuming this is fixed. If not, feel free to reopen
Comment #9.0
(not verified) commentedfurther analysis of the problem