We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selecting an item with long text in a "Single select" field make content below it unreachable/viewable
Select a long item from the list.
The item is truncated to fit in the select box or the select box allocates space for itself without growing over the lower content.
Note: The invisible "search box" input element compounds to the problem. Note: Check multi select for the same problem?
The text was updated successfully, but these errors were encountered:
multi select does not have this problem.
Sorry, something went wrong.
MaxPostema
Successfully merging a pull request may close this issue.
How to Reproduce
Selecting an item with long text in a "Single select" field make content below it unreachable/viewable
Expected behavior
Select a long item from the list.
The item is truncated to fit in the select box or the select box allocates space for itself without growing over the lower content.
Observed behavior
Select a long item from the list. The select box grows over the underlying content. ( even outside of it's container in this example )
Note: The invisible "search box" input element compounds to the problem.
Note: Check multi select for the same problem?
The text was updated successfully, but these errors were encountered: