In my application I am using Notifications with a timeout >0 for info and warning messages and with timeout==0 for errors.
According to the description I expected that notifications go away when clicking into them but that’s obviously not the case which causes error-notifications to pile up in the lower left corner until they cover a substantial part of the screen. At that point I typically need to refresh (i.e. reload) the page manually to be able to see my UI again. I consider this pretty annoying!
Why don’t these notifications not go away when clicking into them? Do I have to explicitly add a button (or some other UI element) with a click-listener to close them? This seems to contradict the description.