jmix icon indicating copy to clipboard operation
jmix copied to clipboard

Provide method for limiting counter value in NotificationsIndicator

Open Flaurite opened this issue 1 year ago • 0 comments

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);

Flaurite avatar Jun 04 '24 06:06 Flaurite