MishkaGervaz.Form.Types.Field.Password (MishkaGervaz v0.0.1-alpha.3)

Copy Markdown View Source

Password input field type.

Renders as a text input with type="password" for masked entry. Sanitize trims surrounding whitespace; values are otherwise passed through unchanged so trailing/leading characters that matter for hashing aren't silently stripped.

See MishkaGervaz.Form.Behaviours.FieldType and MishkaGervaz.Form.Types.Field.