# `MishkaGervaz.Form.Types.Field.Password`
[🔗](https://github.com/mishka-group/mishka_gervaz/blob/v0.0.1-alpha.3/lib/mishka_gervaz/form/types/field/password.ex#L1)

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`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
