Files
2026-07-31 17:50:48 -03:00

33 lines
565 B
HTML

---
id:
type: 'string'
class:
type: 'string'
default: 'form-control'
placeholder:
type: 'string'
default: ''
required:
type: 'bool'
default: false
autofocus:
type: 'bool'
default: false
minlength:
type: 'integer'
default: 8
maxlength:
type: 'integer'
default: 1024
name:
type: 'string'
default: ''
value:
type: 'string'
default: ''
attributes:
type: 'string'
default: ''
---
{% render 'forms/input.html', id:, type: "password", class:, required:, autofocus:, name:, value:, placeholder:, minlength:, maxlength:, attributes: %}