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
Label of Multiselect Autocomplete built with Downshift dosn't behave correctly
Expected Behavior
On focus label is shrunk, on blur not (if the field is empty)
Current Behavior
If label is used, it is shrunk initially. If set explicitly to shrik: false through props, then the label overlays the placeholder on focus. The issue occurs only on multiselect autocomplete.
We have made a tradeoff by only running the logic at the component initialization and by shrinking the label as soon as the startAdornment property is used.
Label of Multiselect Autocomplete built with Downshift dosn't behave correctly
Expected Behavior
On focus label is shrunk, on blur not (if the field is empty)
Current Behavior
If label is used, it is shrunk initially. If set explicitly to shrik: false through props, then the label overlays the placeholder on focus. The issue occurs only on multiselect autocomplete.
Steps to Reproduce (for bugs)
I used the demo from v1 add added a label: https://codesandbox.io/s/x959lm916z Just click on the second autocomplete.
The text was updated successfully, but these errors were encountered: