SelectList disable specific option #4043
Unanswered
PavloParafiloCricut
asked this question in
Q&A
Replies: 1 comment 2 replies
-
At the moment, we don't have such an option to disable an item based on a condition. The only other way would be to construct it manually by using the Select and SelectItem components. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How to disable 1 option in SelectList?

Ex: is it any param that accepts functions to determine if item should be disabled, like Disable/Readonly = "@((item)=>item.IsDisabled)" ?
Beta Was this translation helpful? Give feedback.
All reactions