Great library! It’s very convenient to use, but I’ve run into several cases where the documentation seems to be incorrect or misleading.
Right now, I’m trying to figure out how validation works. It appears that only the basic options—such as the type and whether the field is required—have any effect. Options like min_length, values, and regex are documented (link to docs), but they don’t seem to do anything when used in practice.
Is this a bug or incorrect docs?