Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mode 'override' doesn't work without options.message value #29

Open
brickgale opened this issue Sep 21, 2018 · 1 comment
Open

mode 'override' doesn't work without options.message value #29

brickgale opened this issue Sep 21, 2018 · 1 comment

Comments

@brickgale
Copy link

For some reason the changing of message text on the first value of the needed 2 parameters isn't updating. calling it on a component this.$toast('message', this.toast_config).

toast_config: {
   horizontalPosition: 'center',
   verticalPosition: 'top',
   mode: 'override',
   message: 'Testing' //without this value predefined, updating the message isn't working.
}
@noru
Copy link
Owner

noru commented Oct 2, 2018

I tweak the demo page and it works as expected. Could you please provide more reproduce info?
capt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants