Home > @uniformdev/design-system > InputKeywordSearchProps
InputKeywordSearchProps interface
Signature:
Extends: InputHTMLAttributes<HTMLInputElement>
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
boolean | 'sm' | 'xs' |
(Optional) (optional) makes the input look more compact false | ||
|
boolean |
(Optional) (optional) sets the input field disabled state false | ||
|
boolean |
(Optional) (optional) allows users to prevent default form field submission false | ||
|
string |
(Optional) (optional) allows users to set the "name" attribute value "keywordSearch" | ||
|
() => void |
(Optional) (optional) when closed button is clicked | ||
|
(searchText: string) => void |
function that takes a string value | ||
|
string |
(Optional) (optional) props that allows users to set the placeholder text value "Keyword search" | ||
|
boolean |
(Optional) (optional) makes the corners of the input rounded false | ||
|
string |
(Optional) (optional) prop that sets the value of the input field |