How can I make select option size to default
I have 2 select option where I am populating 2nd select value based on first selection. But when I added
objField.insertSelectOption({value : ReasonCodeId,text : ReasonCodeName});
In 2.0 the select box is rendering to select value. Screenshot attached for reference.
Is there any possible way to set to default size.