Showing FluentAppBarItem in a disabled state #2343
Unanswered
JasonWeise
asked this question in
Q&A
Replies: 1 comment
-
Hi, Think that would make for a good addition! For now we don't have anything in the component for that so conditional rendering is the way to go. |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi all
I have a FluentAppBar with a number of menu items and I would like to show some FluentAppBarItem's in a disabled state but looking through the docs, it doesn't seem that the FluentAppBarItem has a "Disabled" or "Enabled" prop.
Is there any way this can be achieved natively with the FluentAppBarItem component or do we have to do a work around like a conditional rendering of just and icon in place of the FluentAppBarItem.
Seems like this would be a common need but maybe I am wrong.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions