distritic / mdt

A police Mobile Data Terminal system designed for use on the FiveM platform. Made for phynix.gg.
https://forum.cfx.re/t/1701472
31 stars 86 forks source link

Fix enter key crashing everything #22

Closed Fiffers closed 3 years ago

Fiffers commented 3 years ago

Here's a video demonstration

distritic commented 3 years ago

Do we know exactly why this happens? Just curious.

Fiffers commented 3 years ago

I figured it was happening due to a standard HTML redirect function that occurs when you submit a form. So to test it out, I prevented that from happening (<el-form @keyup.enter.native>), which worked, then added a function to call the vuejs triggers to the inputs themselves (v-on:keyup.enter=) to make it appear to function normally.

Fiffers commented 3 years ago

Here is where I figured it out

distritic commented 3 years ago

I see, weird that it just broke. Thanks :)