Combobox (Many) Width
Summary
Combobox (Many) WidthContent
Hi,
I am trying to increase the width of combobox many to help the user see all the selected values by using Jet Cook as mentioned below. But it does not seem to work. Am i missing anything?
https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=comboboxMany&demo=width
I am using VB version 19.4.3 with Jet version as 8.1.5
Version
Version: 19.4.3Code Snippet
<oj-combobox-many id="combobox4" class="oj-form-control-width-md" label-hint="Browser" label-edge="inside"> <oj-option value="Internet Explorer">Internet Explorer</oj-option> <oj-option value="Firefox">Firefox</oj-option> <oj-option value="Chrome">Chrome</oj-option> <oj-option value="Opera">Opera</oj-option> <oj-option value="Safari">Safari</oj-option>
0