Closed
Description
So when I enable the "Show correction suggestions" (or similar function on your phone) and type any characters on <b-form-input>
, the input isn't changes except when I push space.
Expected behavior
Change value immediately when I type any character on predictive mode.
Versions
Libraries:
- BootstrapVue: 2.4.0
Environment:
- Device: Huawei
- OS: Android
- Browser: Chrome
- Version: 79
There is my solution: https://codepen.io/nevadavid/pen/mdJbmgJ
(This is a very lightweight example, focus on the solution. For test I added a native input.)
It works well.