Skip to content
New issue

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

Switch to non-legacy select #17

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

carroe
Copy link
Member

@carroe carroe commented Oct 29, 2023

No description provided.

@carroe carroe self-assigned this Oct 29, 2023
</InlineFormLabel>
<Select
value={allProperties.find((item) => item.value?.name === this.props.query.properties?.[index].name)}
isClearable={true}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The clearable true introduces an little 'x' to clear the selected fields that does nothing when clicking on it.
We should either handle the click on the clear button of set clearable to false

The same behaviour applies to the other select components

@carroe carroe marked this pull request as draft November 6, 2023 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants