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
I suggest adding a prop named limitTags when using the isMulti prop, in order to avoid a negative impact on the user interface when there are a large number of selected items.
eg:
<Select
{...rest}
limitTags={3}
/>
When more than 3 items are selected, the first 3 items are displayed and the remaining number of items is counted as n-others.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I suggest adding a prop named
limitTags
when using theisMulti
prop, in order to avoid a negative impact on the user interface when there are a large number of selected items.eg:
When more than 3 items are selected, the first 3 items are displayed and the remaining number of items is counted as n-others.
Beta Was this translation helpful? Give feedback.
All reactions