I have a form with about 50 inputs. There is a new requirement that, under certain contitions, all these fields should be disabled at once. Is there a way to add some code around the form that will apply the disabled to everything contained inside instead of having to add disabled="@IsDisabled" to each input?
↧
How to disable multiple inputs?
↧