wffranco / vue-strap

Bootstrap components built with Vue.js
http://wffranco.github.io/vue-strap/
MIT License
338 stars 133 forks source link

Input.vue errors on number type #141

Open kb-coder opened 7 years ago

kb-coder commented 7 years ago

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.