Hi,
If you look at the following sample from your Feature Explorer :
ComboBox & Family -> Multi-Field Search
You will notice that the vertical alignment of text within the ComboBoxItem is not
the same as with the SelectItem component.
When the form is configured using the following code, this becomes even more obvious :
Is there any way to fix this ?
Thanks,
If you look at the following sample from your Feature Explorer :
ComboBox & Family -> Multi-Field Search
You will notice that the vertical alignment of text within the ComboBoxItem is not
the same as with the SelectItem component.
When the form is configured using the following code, this becomes even more obvious :
Code:
titleOrientation : 'top' titleSuffix : ''
Thanks,