DateTimePicker fix dialog activator
Description
Currently the button which activates the dialog uses a simple @click
but the documentation advises to use @click.stop
Todo:
- Fix the dialog activator button to use
@click.stop
Info
If for some reason you are unable to use the activator slot, be sure to add the .stop modifier to the event that triggers the dialog.