Is there a way to disable Dropdown #371
-
There appears to be a way to disable all the DropDownItems, but I'd like to show the dropdown itself as unavailable. I tried to add Disabled="@value" to the DropdownToggleButton but the dropdown stops functioning after any other event is thrown on the page. Any help or advice would be appreciated. Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@powertec-dan At this moment Dropdown disable is not supported. |
Beta Was this translation helpful? Give feedback.
-
@powertec-dan I do not recommend this approach, but if you have a mandatory scenario for disabling a dropdown, you can use two dropdowns with an if-else condition and the html disabled attribute as an interim solution. |
Beta Was this translation helpful? Give feedback.
@powertec-dan At this moment Dropdown disable is not supported.