As and when I keep selecting multiple options in a select2 element, the text-area displaying the current selections keeps expanding, like the below:
I tried fix height of classes like select2-selection
and select2-container
. That did not help me. I ended up with something like the below.
My requirement - I want to fix the height and width of the text area and all the options must be rendered within it. (Since, this will be part of a small pop-up and there are size restrictions).