Closed
Description
Describe the bug
In bootstrap-vue-next 0.24.2, v-model trim works as expected, i.e., can type multiple words like "abc def ghi" and trimming only happens at the end. Here is a demo:
https://stackblitz.com/edit/github-jwsdlr-egmstb
In bootstrap-vue-next 0.24.3, it no longer works as expected, after typing "abc" then it immediately trims before being able to type "def". If 2 double spaces are entered then it will add the space and then you can type "def". See this demo:
https://stackblitz.com/edit/github-jwsdlr-ayhxxc
This bug persists even to the latest version now 0.24.23.
Reproduction
https://stackblitz.com/edit/github-jwsdlr-ayhxxc
Used Package Manager
pnpm
Validations
- Have tested with the latest version. This is still alpha version and sometime things change rapidly.
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A, please open a GitHub Discussion instead.
- The provided reproduction is a minimal reproducible of the bug.