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
This happens on version 0.5.1 via bower.
0.5.1
When using searchable={false}, the Select-input contains bogus symbols, and the resulting DOM looks like this:
searchable={false}
Select-input
<div class="Select has-value" data-reactid=".0.0.1"> <input type="hidden" name="form-field-name" value="one" data-reactid=".0.0.1.0"> <div class="Select-control" data-reactid=".0.0.1.1"> <div class="Select-placeholder" data-reactid=".0.0.1.1.0:$placeholder">One</div> <div class="Select-input" tabindex="0" data-reactid=".0.0.1.1.1">Â </div> <span class="Select-arrow-zone" data-reactid=".0.0.1.1.2"></span> <span class="Select-arrow" data-reactid=".0.0.1.1.3"></span> </div> </div> </div>
This doesn't seem to occur when using the default searchable={true}.
searchable={true}
The text was updated successfully, but these errors were encountered:
Is this still an issue with >=0.6.0?
Sorry, something went wrong.
yes it does
issue is " " when u create empty searchable div (not input)
using \u00a0 instead of nbsp should help
but not sure why it just can't be empty
No branches or pull requests
This happens on version
0.5.1
via bower.When using
searchable={false}
, theSelect-input
contains bogus symbols, and the resulting DOM looks like this:This doesn't seem to occur when using the default
searchable={true}
.The text was updated successfully, but these errors were encountered: