primevue-mirror/components/lib/splitbutton
François Volral 8ef984894d Fix: Add preventDefault on SplitButton click event
The SplitButton component of PrimeVue was missing a preventDefault()
call when clicking on the button that opens the dropdown menu. This
caused unexpected behavior when interacting with the dropdown menu.
The issue has been resolved by adding the preventDefault() on the click
event, ensuring smooth and expected functionality.

Fixes #4223"
2023-07-31 14:54:09 +02:00
..
BaseSplitButton.vue Refactor #3965, Improve build and Added *Base models 2023-07-03 23:20:35 +01:00
SplitButton.d.ts Fixed #4125 - Pass Through Props: Syntactic improvement suggestion 2023-07-11 23:42:43 +01:00
SplitButton.spec.js Fixed #3802 - Improve folder structure for nuxt configurations 2023-03-26 06:22:57 +01:00
SplitButton.vue Fix: Add preventDefault on SplitButton click event 2023-07-31 14:54:09 +02:00
package.json Fixed #3802 - Improve folder structure for nuxt configurations 2023-03-26 06:22:57 +01:00