Skip to content

How to prevent flash messages from displaying whenever there are validation errors #877

Answered by RoKrypto
RoKrypto asked this question in Q&A
Discussion options

You must be logged in to vote

I found the solution after several rounds of experiments. I just needed to remove the plugins "flash" and "flashlistener" before adding "AlertDisabler".

Snowboard.removePlugin('flash');
Snowboard.removePlugin('flashlistener');

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by RoKrypto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant