Input Field
A text input with optional label and placeholder for forms and data entry.
When to use it
- Text or number entry in forms
- Search boxes and filters
- Any single-line user input
How to paste YAML into Power Apps
1. Copy the YAML with Copy YAML.
2. In Power Apps, add or select a Text input (or equivalent) control.
3. Paste the YAML into the control’s YAML / Advanced property.
4. Bind the control’s Default or Text to your variable or collection as needed.
Color Source
If the component supports colors (e.g. border, background), use Theme Tokens for theme consistency or Custom Colors for fixed values.
Notes and limitations
- Label and placeholder are set in the builder; Default text can be overridden in the app.
- Validation and formulas are configured in Power Apps after pasting.
Example snippet
Label: "Name"
Placeholder: "Enter your name"
Default: ""