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
In some cases, we have very long options in the Select popup. In these cases, they are cropped with ellipses, so users cannot see the full text of the option. We can solve this by adding a title attribute to the options. We already have a title property in the ControlGroupOption type, so this approach is natural. https://github.com/gravity-ui/uikit/blob/main/src/components/types.ts#L45
The text was updated successfully, but these errors were encountered:
In some cases, we have very long options in the
Select
popup. In these cases, they are cropped with ellipses, so users cannot see the full text of the option. We can solve this by adding atitle
attribute to the options. We already have atitle
property in theControlGroupOption
type, so this approach is natural.https://github.com/gravity-ui/uikit/blob/main/src/components/types.ts#L45
The text was updated successfully, but these errors were encountered: