I have Dynamic Data Select Widget configured, based on the max length of the Options, text the listbox should be expanded.
as per the confguration of listSelectWidget, minListWidth: <%= minListWidth %>, and width. the field should expand automatically.
But this is not working.
Actually follwing is the generated HTML (part) for listSelectWidget.
If i change size value for <input> element in the below html the listbox size is expanding,
But the value of the <input element is constant "24".
How can we change this?
<div id="vext-gen261" class="x-form-field-wrap x-form-field-trigger-wrap x-trigger-wrap-focus" style="width: 673px;">
<input id="0518da7e3e401310VgnVCM1000003800aa0aRCRD-PRIMARYTOPIC_17-listselect"
class=" x-form-text x-form-field vui-widget-input-combobox vui-widget-listselect x-form-focus" type="text"
name="0518da7e3e401310VgnVCM1000003800aa0aRCRD-PRIMARYTOPIC_17-listselect" autocomplete="on" size="24">
<img id="vext-gen262" class="x-form-trigger x-form-arrow-trigger " src="/content/script/thirdparty/vext/resources/images/default/s.gif">
</div>