Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 7.0.5.2
-
Fix Version/s: 7.0.6
-
Component/s: Components
-
Security Level: Jimmy
-
Labels:None
-
gh.sprint.customfield.default.name:ZK 7.0.7
Description
the attached example creates a combobox with a null value for unselecting a previously chosen value.
The problem is it is rendered with a narrow height (because it has no label or icon), so it hard to spot when using it. Apart from that the selection works as expected.
http://screencast.com/t/u8fnY655ijvq
A workaround is to set a minimum height for the comboitems:
<style> .z-comboitem { min-height: 20px; } </style>