Hi,
I am using a combo box in which some strings are large due to which they are not visible fully.
Please anyone suggest how to wrap the text or how to display the whole string.
Did you try CSS property word-break?
{word-break: break-all;}
Hi Kaustubh,
You can try something like this: combobox text wrapping example
Or try to use html combobox events to maneuver a label with desired text and use the label visible property to show and hide as you needed.
Regards.