InputField() accepts:
default, description, ge, le, min_length, max_length, choices, and moderate. You
rarely construct one; it is what InputField() produces and what the schema is rendered from.The resolved constraints of one input field.
InputField() accepts:
default, description, ge, le, min_length, max_length, choices, and moderate. You
rarely construct one; it is what InputField() produces and what the schema is rendered from.