Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

How to disable ellipsis on long label? #9

@jamesangetonhouse

Description

@jamesangetonhouse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions