Standalone labelled text input field — text, email, password, number, or url. Use inside a form atom or as a standalone search/filter control.
| Surface | Note |
|---|---|
| meet-stage | Renders as a styled input on stage; data capture requires stage-level routing |
| Field | Type | |
|---|---|---|
| label | string. Visible label above the input. | required |
| name | string. Field identifier. | required |
| type | string. One of: text, email, password, number, url. Default: text. | optional |
| placeholder | string. | optional |
| rules | array of strings. e.g. ['required', 'email', 'minLength:2']. | optional |
{
"type": "form_input",
"label": "Form Input",
"name": "Form Input"
}
{
"identifier": "urn:air:a2uicatalog.ai:atom:form_input",
"displayName": "Form Input",
"type": "application/vnd.a2ui.atom+json",
"url": "https://a2uicatalog.ai/atoms/form_input",
"capabilities": [
"web",
"meet-stage",
"apps-script-web"
],
"description": "Standalone labelled text input field \u2014 text, email, password, number, or url. Use inside a form atom or as a standalone search/filter control.",
"representativeQueries": [
"show a single labelled input field",
"standalone labelled text input field \u2014 text, email, password, number, or url. use inside a form atom",
"render a form input"
]
}
The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.
git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →