Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 6.5.4, 7.0.5
-
Fix Version/s: 8.0.0
-
Component/s: Components
-
Security Level: Jimmy
-
Labels:
-
gh.sprint.customfield.default.name:ZK 8.0.1
Description
Sometimes is needed to add multiple items with same label, but there can be different icon and/or description. Current version has bug at server and client.
Bugs, when combobox has multiple items which has identical labels:
-client: change is not triggered when select another item with same label
-server: combobox's selected item is find by string, not by item. Selected item is first Comboitem, which label match.
Combobox need rely on items, not strings, when selecting item(s).