Used to display a text input element with a label that is styled like similar elements within xMatters web application. It also supports any attributes on the HTML input tag.
None
<text-input
required="true"
label="Name"
value="<%=StringEscapeUtils.escapeXml(templateName)%>"
id="template_name"
name="template_name"
size="30"
maxlength="100"/>