vue-form
vue-form copied to clipboard
maxlength should not fail when no value
The maxlength validator (https://github.com/pagekit/vue-form/blob/master/src/validators.js#L51) fails when no value is provided. No value should be a valid value when maxlength is applied.