Hi, When the following comboBox is used with width="100%" and maxWidth 190 the maxwidth is not used when the underlying list contains names wider than 190 pixels...Instead the full name is shown and the combo becomes 230 or any other amount of pixels needed...
This is only fixed if the width is specified to for example 190... Bug? <mx:ComboBox id="regionsComboID" width="100%" maxWidth="190" dataProvider="{regions}" labelField="name" prompt="{regionPrompt}" enabled="{regionEnabled}" change="regionChanged(event)"></mx:ComboBox>