Steps to Reproduce
<zscript><![CDATA[ ListModelList model = new ListModelList(Locale.getAvailableLocales()); ]]></zscript> <combobox hflex="min" model="${model}"> </combobox>
1. run the code with iPad or chrome device simulation - iPad
under breeze or iceblue
Current Result
the button is not at right-most position
Expected Result
Debug Information
1. 9.0.0.1 doesn't have this bug
Workaround
- use width="min-content"
- .z-combobox { min-width: 60px; }