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
Hello,
I recently update to the latest version of react-dropdown-select and the dropdown started to display a blank space under the selected value when:
searchable
You can easily check this issue in the official demo page:
This issue seems to be caused by the following change, that removed the width from the input element for version 4.5.0: 6c07893#diff-355dd90b189a371d7897f486b96c49320ab551e204525189105994d501655cbe
Thank you! First time reporting an issue, let me know if you need more information
The text was updated successfully, but these errors were encountered:
Thanks, great first issue reporting BTW.
Regression by: #114
Sorry, something went wrong.
FIX (Input): breaking in two lines due to input, closes #138
2b971b9
14b5870
66bd721
this is still happening on version 4.8.4
Can you please provide example?
No branches or pull requests
Hello,
I recently update to the latest version of react-dropdown-select and the dropdown started to display a blank space under the selected value when:
searchable
is set to falseYou can easily check this issue in the official demo page:
This issue seems to be caused by the following change, that removed the width from the input element for version 4.5.0:
6c07893#diff-355dd90b189a371d7897f486b96c49320ab551e204525189105994d501655cbe
Thank you! First time reporting an issue, let me know if you need more information
The text was updated successfully, but these errors were encountered: