-
New Feature
-
Resolution: Done
-
Normal
-
8.6.1
-
None
-
Security Level: Jimmy
-
None
-
ZK 8.6.2 S2
-
None
Use Case
a user wants to build a date range selector, the default icon, a magnifier, doesn't suit fit for such use case. It's better that Bandbox can provide an attribute to change the icon e.g.
<bandbox buttonSclass="z-icon-calenar"/>
That will make bandbox fit in various use case.
Workaround
<zk xmlns:n="native" xmlns:w="client"> <bandbox w:getIconClass_="() => 'z-icon-calendar'"/> </zk>