You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A default installation using basic features and clearButton in conjunction with isValid/isInvalid (from here on I will only refer to isValid).
Use clearButton in conjunction with isValid.
Select an item from the list that will trigger both Clear and Valid.
Visual separation of the clearButton and isValid indicators.
Actual Behavior
The indicators will be visually on top of each other; in the same space at the right end of the input field.
I was able to replicate this in https://codesandbox.io/s/9jq9jyzmry simply by adding:
isValid={true}
clearButton
and selecting something from the list.
In my project I am attempting to change CSS stuff around to get it looking correct, but figured I would let you know of the out-of-box behavior.
Thanks for the effort! :)
The text was updated successfully, but these errors were encountered:
Version:
react-bootstrap-typeahead: 5.2.0
Steps to reproduce:
A default installation using basic features and clearButton in conjunction with isValid/isInvalid (from here on I will only refer to isValid).
Use clearButton in conjunction with isValid.
Select an item from the list that will trigger both Clear and Valid.
Expected Behavior
Visual separation of the clearButton and isValid indicators.
Actual Behavior
The indicators will be visually on top of each other; in the same space at the right end of the input field.
I was able to replicate this in https://codesandbox.io/s/9jq9jyzmry simply by adding:
and selecting something from the list.
In my project I am attempting to change CSS stuff around to get it looking correct, but figured I would let you know of the out-of-box behavior.
Thanks for the effort! :)
The text was updated successfully, but these errors were encountered: