Q-notify update message without closing notify alert box
-
Hello,
I wanted to know if it’s possible to update the message shown using Q-notify without closing and opening the notify box.
Scenario - I want to use notify to show “distance traveled” on mouse move on the map. I have a listener on mouseMove which gives me the distance. After getting the distance I call Q-notify to show message but it obviously keeps regenerating the message and hence closing and opening the notify alert box. Any help appreciated.
Thanks
HP -
I think better to use a dialog for that https://quasar.dev/vue-components/dialog#Example--Seamless.