Update 'message' property of progress Dialog
-
I’m trying to update the ‘message’ property of a progress Dialog while it is showing. The progress bar updates when the given progress variable changes but I cannot get the message to update.
I’m updating the progress percentage with data returned from an API call. That same data contains a progress stage string and this is what I want to show in the dialog.
Any suggestions?
-
Hmm, good point. You currently can’t. Unless you check HTML for this Progress Dialog and spawn your own Modal so you can have all its data reactive.
Will take care of this for the Vue2 release (Quasar v0.8). -
@rstoenescu I ended up going that route! Thanks!