Bootstrap-vue: [feature] Key enter in modal

Created on 3 Jan 2018  路  3Comments  路  Source: bootstrap-vue/bootstrap-vue

Hello

It's possible to have a event @/v-on with key-enter in modal ?

Thanks

Most helpful comment

<b-modal @keydown.native.enter="handleEnter"></b-modal>

All 3 comments

<b-modal @keydown.native.enter="handleEnter"></b-modal>

thanks !

Closed due to inactivity.
Feel free to open if needed.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

chris-canipe picture chris-canipe  路  3Comments

DavidRueter picture DavidRueter  路  3Comments

MikeJWms picture MikeJWms  路  3Comments

arnoldtkl picture arnoldtkl  路  3Comments

chaymag picture chaymag  路  3Comments