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
{{ message }}
This repository was archived by the owner on Dec 5, 2020. It is now read-only.
Hi there, I found the package is very easy to use and the default UI is very pleasant. Good work.
However, I notice when the tag label is too long (more than 50 characters). It will show the ellipsis tail effect (same as ellipsizeMode=tail). Is there a way to allow multiple lines?
I notice the code for the tag formatting is at src/TagSelectItem.js, line 68 - numberOfLines={1}
I can directly change the line 68 to numberOfLines={2} and it did help. But don't think is a elegant way of doing that.