-
How can I achieve this effect using react-select? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hi @janlin002, for showing checkbox and 'Select all' you can achieve with custom components. Example Sandbox or this thread or Stack Overflow |
Beta Was this translation helpful? Give feedback.
-
Thank you for your help, but I would like it to automatically collapse when it exceeds the input height, instead of increasing the input height. |
Beta Was this translation helpful? Give feedback.
Hi @janlin002, I have updated sandbox with change.
On clicking +n blocks, all extra blocks, all those extra blocks will be removed.
You can customize it with css to get desired output