TextlineType
TextlineType =
"text"|"password"|"email"|"number"|"tel"|"url"|"search"|"date"|"time"|"datetime-local"|"month"|"week"
Defined in: components/textline.ts:10
The <input> types textline supports. Deliberately excludes types
that need their own widget (checkbox, radio, color, range, file,
button, …) — use the dedicated components for those.