Demos
Placeholder text
<Input label="Label:" placeholder="Placeholder text" />
Search text placeholder
<Inputlabel="Search:"type="search"placeholder="Search text placeholder"on_change={({ value }) => {console.log('on_change', value)}}on_submit={({ value }) => {console.log('Submit:', value)}}/>
Medium and stretched search input
<Inputsize="medium"type="search"stretch={true}value="Medium search value"on_change={({ value }) => {console.log('on_change', value)}}/>
Input with icon
With left / right aligned text
<Inputlabel="Input with icon:"placeholder="Input"label_direction="vertical"icon="check"bottom/><Inputlabel="Input with icon:"label_sr_onlyplaceholder="Input with a placeholder"icon_position="right"icon="check"align="right"/>
Disabled input
<Inputdisabledlabel="Disabled input:"placeholder="Disabled Input with a placeholder"/>
With FormStatus
You have to fill in this field
You have to fill in this field