Hi Isomorphic,
please see this screenshot (v11.1p_2018-01-16) where I set:
As you can see, the ComboBoxItem is slightly less wide than normal FormItems.
I use this kind of ComboBoxItem where I do not want the user to select the entry from a list, but offer faster input though suggestions, e.g. zip codes, given names, search suggestion.
I know this is very minor, but it would be great if you could address it anyway.
Best regards
Blama
please see this screenshot (v11.1p_2018-01-16) where I set:
Code:
{ name: "itemName", title: "Item Name", editorType: "ComboBoxItem", [B]textBoxStyle: "textItemLite", showPickerIcon: false,[/B] optionDataSource: "supplyItem" },
As you can see, the ComboBoxItem is slightly less wide than normal FormItems.
I use this kind of ComboBoxItem where I do not want the user to select the entry from a list, but offer faster input though suggestions, e.g. zip codes, given names, search suggestion.
I know this is very minor, but it would be great if you could address it anyway.
Best regards
Blama
Comment