Vue: `v2.6.12` BootstrapVue: `v2.21.2` Instead of manually clicking `OK`, how to press `Enter` to confirm? ```js let text this.$bvModal.msgBoxConfirm(<input vModel={text} />) ``` 