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
Is your feature request related to a problem? Please describe.
Recently released SplitButton has only "simple" options items - string or ReactNode.
I want to be able to have some option items displayed as "disabled" for cases where an item
should be presented to the user, though not available for selection at this time / in this context.
Describe the solution you'd like
Extend Options items to be string | ReactNode | SplitButtonOption where :
Describe alternatives you've considered
OuiSuperSelect has "all the bells and whistles" for Options Items, though some of those features do not fit the context of SplitButton, like "inputDisplay" vs "dropdownDisplay". A simple extension of the existing type on SplitButton will do.
Is your feature request related to a problem? Please describe.
Recently released SplitButton has only "simple" options items - string or ReactNode.
I want to be able to have some option items displayed as "disabled" for cases where an item
should be presented to the user, though not available for selection at this time / in this context.
Describe the solution you'd like
Extend Options items to be
string | ReactNode | SplitButtonOption
where :Describe alternatives you've considered
OuiSuperSelect has "all the bells and whistles" for Options Items, though some of those features do not fit the context of SplitButton, like "inputDisplay" vs "dropdownDisplay". A simple extension of the existing type on SplitButton will do.
Additional context
Reference Issue #1187
The text was updated successfully, but these errors were encountered: