This repository was archived by the owner on Dec 1, 2023. It is now read-only.
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
maxlength should not fail when no value #11
Open
Description
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.