Form

Component

Field

Form field wrapper combining labels, mandatory indicators, help hints, and validation message handling.

Component Syntax

blade
<x-aura::field label="Username" hint="Enter handle" :required="true">
    <x-aura::input placeholder="johndoe" />
</x-aura::field>

1. Field Wrapper

blade

Enter a unique handle

Component Props

Available properties and configurations for the form field wrapper component.

Prop Default Available Values

label

null

Label string

name

null

Field name string

required

false
true false

hint

null

Helper hint string

error

null

Error message string