Hi,
In latest version of SmartGWT 6.1p 2017-09-26 there is a smal bug with FormItemIcon.
In styles there is
but it really should be
In SmartGWT 6.0p it was correct.
It's also visible on showcase:
https://www.smartclient.com/smartgwt...y_picker_icons
There is no mouse pointer on picker icons.
Best regards
Mariusz Goch
In latest version of SmartGWT 6.1p 2017-09-26 there is a smal bug with FormItemIcon.
In styles there is
Code:
cursor: hand
Code:
cursor: pointer
It's also visible on showcase:
https://www.smartclient.com/smartgwt...y_picker_icons
There is no mouse pointer on picker icons.
Best regards
Mariusz Goch
Comment