Forms and controls
Field
No summary has been written for Field. Everything below is generated from the declaration shipped in 0.44.0 and describes the real contract.Public export
typescript
import { Field } from '@happyvertical/smrt-ui/forms';- Import path
@happyvertical/smrt-ui/forms- Props
- 7
- Props described
- 7 of 7
- Bindable state
- 0
- Callback events
- 0
- Verified release
- 0.44.0
Props
NameTypeRequiredDescription
labelstringYesText label displayed for the form field.idstringNoOptional ID for the input inside the group.errorstringNoOptional error message shown in alert color.hintstringNoOptional help text displayed below the control.requiredbooleanNoWhether the form control is required.interactionControlInteractionOptions | falseNoAgent/tutorial interaction metadata inherited by the wrapped control.childrenSnippetYesForm control (input, checkbox, etc.) inside the group.Bindable state
This component has no bindable public state.
Callback events
This component declares no callback event props.