Closed msarsha closed 5 years ago
This one should close #34.
I have added a beforeOpen event that gives the user the ability to prevent the menu from opening by using the $event.preventOpen function.
beforeOpen
$event.preventOpen
I have modified the multiple example to disable the menu when item.name === 'orange'
item.name === 'orange'
neat solution thanks!
:tada: This PR is included in version 2.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This one should close #34.
I have added a
beforeOpen
event that gives the user the ability to prevent the menu from opening by using the$event.preventOpen
function.I have modified the multiple example to disable the menu when
item.name === 'orange'