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
On using the following option, I'm not able to see clearable cross icon on selecting False but it shows in case I select True.
const ENABLED_FLAG_OPTIONS = [ { label: 'True', value: 1 }, { label: 'False', value: 0 }, ]; <Select value={enabledFlagFilter} options={ENABLED_FLAG_OPTIONS} onChange={selectedValue => this.setState({ enabledFlagFilter: selectedValue && selectedValue.value })} />
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
On using the following option, I'm not able to see clearable cross icon on selecting False but it shows in case I select True.
The text was updated successfully, but these errors were encountered: