jmix
jmix copied to clipboard
Provide method for limiting counter value in NotificationsIndicator
Description
NotificationsIndicator has a counterLimit property in client-side, but does not have Java getter/setter.
As workaround use the following code:
notificationsIndicator.getElement().setProperty("counterLimit", 5);