Problem to solve
Hi ! VMenu's closeOnClick prop was removed in Vuetify 3.
Being able to close by clicking on the same place is quite important. It allows to explore very long forms while limiting cursor movements, which is a notable advantage against user fatigue.
This was previously achieved with menu-props="closeOnClick, offsetY" as mentioned in #12536 which may interest @rnenjoy.
How do you achieve this in Vuetify 3, please ?
This is a specific demand of one of my clients, I cannot finish upgrading without it. It was not mentioned in the migration guide.
Regards
Proposed solution
No idea besides bringing the same feature back.
Problem to solve
Hi !
VMenu'scloseOnClickprop was removed in Vuetify 3.Being able to close by clicking on the same place is quite important. It allows to explore very long forms while limiting cursor movements, which is a notable advantage against user fatigue.
This was previously achieved with
menu-props="closeOnClick, offsetY"as mentioned in #12536 which may interest @rnenjoy.How do you achieve this in Vuetify 3, please ?
This is a specific demand of one of my clients, I cannot finish upgrading without it. It was not mentioned in the migration guide.
Regards
Proposed solution
No idea besides bringing the same feature back.