TobyMosque / app-extension-qdecimal

QDecimal
16 stars 3 forks source link

@keydown.tab.prevent not working with QDecimal #24

Open b0ot opened 3 years ago

b0ot commented 3 years ago

I replaced: <q-input @keydown.tab.prevent="addCard" v-model="ptsCost" color="black" dense label="Card Points"/>

with: <q-decimal @keydown.tab.prevent="addCard" v-model="ptsCost" color="black" dense label="Card Points"/>

The tab key no longer launches the addCard method