Closed
Description
Documentation issue
https://bootstrap-vue.org/docs/components/form-input
Note: When using a non-text-like input (i.e. color, range, date, number, email etc), ensure that your formatter function returns the value in the expected format for the input type. The formatter must return the value as a string.
This part of the documentation says one thing and then the opposite.