outl1ne / nova-settings

A Laravel Nova tool for editing custom settings using native Nova fields.
MIT License
274 stars 96 forks source link

Fix: Double call to update method in Mozilla Firefox #29

Closed vkazakevich closed 4 years ago

vkazakevich commented 4 years ago

Hi!

Thank you for the great package.

There is one serious problem that exists only in Mozilla Firefox, it is related to double calling the update method, because several event handlers work together (@submit.prevent="update" and @click.native="update"). Also, due to a double event, the button is triggered once.

After removing one event handler from a button, this package works fine in all browsers :)

Tarpsvo commented 4 years ago

Hi! Seems good, thanks!

Tarpsvo commented 4 years ago

Released in 2.5.4!