Closed
Description
OS: Windows,
Chrome,
When I use BFormFile, the content (user-selected Files) will not be trimmed to fit the form:
You can directly try it out in the demo: https://bootstrap-vue.js.org/docs/components/form-file
Just use chrome's debug mode and make the window width small enough that the filename is too long for the form.
The filename will be line-broken, which is not expected.