vue-strap icon indicating copy to clipboard operation
vue-strap copied to clipboard

Input.vue errors on number type

Open kb-coder opened this issue 8 years ago • 0 comments

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.

kb-coder avatar Jul 25 '17 16:07 kb-coder