3.2.0

Combo Box w/o Editing

Can you have a combo box that doesn't permit editing? For example, a list of states or credit card types shouldn't allow users to input their own text?

Thanks.
Kevin
September 11,
You can try disabling the textbox in the AW.UI.Combo control -

obj.getContent("box/text").setAttribute("readOnly", true);
Alex (ActiveWidgets)
September 13,

This topic is archived.

See also:


Back to support forum