Hi,

I noticed that the generated HTML code for Select2 includes an inline style specifying the width in pixels. This width is calculated when the page is loaded, which causes layout issues when the page width is adjusted. I don't quite understand why this is done or how it can be overridden. I would prefer the Select2 width to follow the documentation's guidelines or be set to something like width: 100%. Could you advise on how to override the width properly?