Replies: 1 comment
-
Hi @cwikio , Please share code sandbox with above bug replicated. Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a very simple question, how can I force the input box to always grow to max?
This is a sniped from my code:
styles={{ control: (provided, state) => ({ ...provided, minWidth: '100%', ...rest of code....
I tried width, maxWidth and minWdith:'100%' and still the same result:
for shorter imputs
for longer inputs:
Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions