delowardev / vue3-emoji-picker

Simple and Powerful Emoji Picker for Vue3
https://codesandbox.io/p/github/delowardev/vue3-emoji-picker/main?file=%2FREADME.md
MIT License
171 stars 34 forks source link

Prevent submit inside a form. #21

Closed gsvavarsson closed 2 years ago

gsvavarsson commented 2 years ago

Prevent submit when emoji picker is used inside a form.

Context

Currently if picker is embedded in to a form element the undefined buttons submit the form. This change will prevent that by adding type="button"

Summary

Preventing form submission on emoji/group click.

Relevant Technical Choices

Added type="button" to emoji and group buttons.

Checklist

delowardev commented 2 years ago

Thanks for your contribution