You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a case where user action enables a disabled Select. I've found that ValidateAll will not run on a previously disabled Select. Someone suggested using Readonly. Now it validates, but Readonly doesn't prevent option selection. I tried with both binding and value assignment, and I tried testing e.Value in an onchange event.
Is there a way to "disable" option Select without using the Disabled property? Alternatively, can I get ValidateAll to run on newly-enabled Select?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have a case where user action enables a disabled Select. I've found that ValidateAll will not run on a previously disabled Select. Someone suggested using Readonly. Now it validates, but Readonly doesn't prevent option selection. I tried with both binding and value assignment, and I tried testing e.Value in an onchange event.
Is there a way to "disable" option Select without using the Disabled property? Alternatively, can I get ValidateAll to run on newly-enabled Select?
Beta Was this translation helpful? Give feedback.
All reactions