Actions
Bug #4571
closedselect2 initial width not calculating
Bug #4571:
select2 initial width not calculating
Description
Default select behavior is the width should be the length of the largest option and max out at element width. Currently select2 width is based off the selected option. This causes "element shifting" which moves elements to the right of it around. Try implementing proper width calculating in cbselect2.
Actions