Updating input after saving the form
Hi, I want to disable this input when user selects a value and submits the form, I've tried to chain the the
disabled
method with condition but it only disables it after a fresh page reload. I've also tried adding the live
method on the chain but still it has same behaviour.
0 Replies