vue-strap
vue-strap copied to clipboard
Input.vue errors on number type
When an input is set as type="number", Line 209 of the validate method errors:
let value = (this.val || '').trim()
This either needs to apply trim only if the value is not a number.