Is your feature request related to a problem? Please describe.
The FAB currently supports a disabled state, which contradicts Material Design guidelines. Per the spec, a FAB should be hidden if its action is unavailable, not grayed out.
Describe the solution you'd like
Remove or deprecate the disabled prop for the FAB to align with the official MD specification.
Additional context
Aligning with the "hide, don't disable" rule ensures an authentic Material experience and avoids "dead" UI elements.
Is your feature request related to a problem? Please describe.
The FAB currently supports a disabled state, which contradicts Material Design guidelines. Per the spec, a FAB should be hidden if its action is unavailable, not grayed out.
Describe the solution you'd like
Remove or deprecate the disabled prop for the FAB to align with the official MD specification.
Additional context
Aligning with the "hide, don't disable" rule ensures an authentic Material experience and avoids "dead" UI elements.