[ExtJS] Display empty string in Ext.form.ComboBox dropdown list


/ Published in: JavaScript
Save to your folder(s)

Be default, ExtJS does not provide any special handling to display an empty string in the dropdown list of a ComboBox. In HTML, an empty DIV element as no height. So, in the dropdown list, the "empty string" option is displayed as a thin bar, almost unselectable.

This snipped force the empty string to be *rendered* as " ".

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.