Preview
Usage
SearchField usage<SearchField label="Search deploys" name="q" />API
SearchField APISearchFieldProps
| prop | type | notes |
|---|---|---|
| label | string | |
| name | string | |
| id? | string | |
| error? | string | null | |
| hint? | RemixNode | |
| required? | boolean | |
| disabled? | boolean | |
| placeholder? | string | |
| defaultValue? | string | |
| autoComplete? | string | |
| enterKeyHint? | 'search' | 'enter' | 'go' | 'next' | 'previous' | 'send' | 'done' | |
| mix? | MixInput |