Bounds the length of a string value (input/text, password, ...).
Optionalnot_allowed_words
not_allowed_words?:string
Optionalplaceholder
placeholder?:string
Optionalrange
range?:{max?:number|null;min?:number|null}
Bounds the value of a numeric field (input/number). Inclusive on both
ends. Prefer this over length for numbers — length is only still read
as a fallback for fields authored before range existed.
Bounds the length of a string value (input/text, password, ...).