1. is there a way to let the new cool combo stretch automaticly? My data are clients company names, i fill the combo via json, a nae could be small or very long like "Jacks Ext One Million Dollar Company"
.
So i dont know in my application, how long the width from the combo is. i have tried to set the underlaying input field to auto, but doesnt work.
2. Can i set the combo to something like readonly without allow typing in the combobox?
Micha

So i dont know in my application, how long the width from the combo is. i have tried to set the underlaying input field to auto, but doesnt work.
2. Can i set the combo to something like readonly without allow typing in the combobox?
Micha

#2
![]() |
![]() 1. Because of IE this is a no go.
![]() 2. editable: false ![]() |