Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Potential overlap/leading separation issue in dccDropdown when text is linewrapped #678

Open
@rpkyle

Description

@rpkyle

While reviewing the NLP app in our gallery (https://dash-gallery.plotly.host/dash-nlp/), I noticed that selections in title case appeared to bleed into the upper case options when linewrapped, as seen here:

image

In CSS, this could be addressed using white-space: nowrap and text-overflow: ellipsis. @wbrgss suggested this may be an issue related to the react-select calculated height and wrapped text.

Filing this issue before I forget to note it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    dash-type-bugSomething isn't working as intended

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions