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
Let's change wrapTo interface. I suggest this one (node, {tab: TabItem | undefined; tabIndex: number | undefined}: RenderOptions) => React.ReactNode
Also let's add return tab when render switcher as standalone select. For more select it looks like useless because when user select something in more it will be rendered directly to the left of the selector.
The text was updated successfully, but these errors were encountered:
Flunt1k
changed the title
FIXME[AdaptiveTabs]: add passing activeTab for selector
FIXME[AdaptiveTabs]: add return activeTab for selector
Mar 30, 2023
Flunt1k
changed the title
FIXME[AdaptiveTabs]: add return activeTab for selector
FIXME[AdaptiveTabs]: enhance wrapTo prop
Mar 30, 2023
Flunt1k
changed the title
FIXME[AdaptiveTabs]: enhance wrapTo prop
[AdaptiveTabs]: enhance wrapTo prop
Mar 30, 2023
TODO in the next major.
Let's change wrapTo interface. I suggest this one
(node, {tab: TabItem | undefined; tabIndex: number | undefined}: RenderOptions) => React.ReactNode
Also let's add return tab when render switcher as standalone select. For more select it looks like useless because when user select something in more it will be rendered directly to the left of the selector.
The text was updated successfully, but these errors were encountered: