You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onSelect should only be called when something is clicked. However, it is being called every time the component appears (not sure created or mounted, tbh), and called with undefined.
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Using vue-material@1.0.0-beta-8, with the following code.
Which browser?
Multiple (Chrome 64, Firefox)
What is expected & What is actually happening?
onSelect should only be called when something is clicked. However, it is being called every time the component appears (not sure created or mounted, tbh), and called with undefined.
The text was updated successfully, but these errors were encountered: