KanbanSearchProps
Extends
Properties
aria-activedescendant?
optionalaria-activedescendant:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Inherited from
SearchFieldProps.aria-activedescendant
aria-autocomplete?
optionalaria-autocomplete:"list"|"none"|"inline"|"both"
Indicates whether inputting text could trigger display of one or more predictions of the user's intended value for an input and specifies how predictions would be presented if they are made.
Inherited from
SearchFieldProps.aria-autocomplete
aria-controls?
optionalaria-controls:string
Identifies the element (or elements) whose contents or presence are controlled by the current element.
Inherited from
SearchFieldProps.aria-controls
aria-describedby?
optionalaria-describedby:string
Identifies the element (or elements) that describes the object.
Inherited from
SearchFieldProps.aria-describedby
aria-details?
optionalaria-details:string
Identifies the element (or elements) that provide a detailed, extended description for the object.
Inherited from
aria-errormessage?
optionalaria-errormessage:string
Identifies the element that provides an error message for the object.
Inherited from
SearchFieldProps.aria-errormessage
aria-haspopup?
optionalaria-haspopup:boolean|"dialog"|"grid"|"listbox"|"menu"|"tree"|"true"|"false"
Indicates the availability and type of interactive popup element, such as menu or dialog, that can be triggered by an element.
Inherited from
SearchFieldProps.aria-haspopup
aria-label?
optionalaria-label:string
Defines a string value that labels the current element.
Inherited from
aria-labelledby?
optionalaria-labelledby:string
Identifies the element (or elements) that labels the current element.
Inherited from
SearchFieldProps.aria-labelledby
autoComplete?
optionalautoComplete:string
Describes the type of autocomplete functionality the input should provide if any. See MDN.
Inherited from
autoCorrect?
optionalautoCorrect:string
An attribute that takes as its value a space-separated string that describes what, if any, type of autocomplete functionality the input should provide. See MDN.
Inherited from
autoFocus?
optionalautoFocus:boolean
Whether the element should receive focus on render.
Inherited from
children?
optionalchildren:ChildrenOrFunction<SearchFieldRenderProps>
The children of the component. A function may be provided to alter the children based on component state.
Inherited from
classNames?
optionalclassNames:object
clear?
optionalclear:ClassNameOrFunction<ButtonRenderProps>
field?
optionalfield:ClassNameOrFunction<SearchFieldRenderProps>
input?
optionalinput:ClassNameOrFunction<InputRenderProps>
loading?
optionalloading:string
search?
optionalsearch:string
Inherited from
defaultValue?
optionaldefaultValue:string
The default value (uncontrolled).
Inherited from
dir?
optionaldir:string
Inherited from
enterKeyHint?
optionalenterKeyHint:"search"|"enter"|"done"|"go"|"next"|"previous"|"send"
An enumerated attribute that defines what action label or icon to preset for the enter key on virtual keyboards. See MDN.
Inherited from
excludeFromTabOrder?
optionalexcludeFromTabOrder:boolean
Whether to exclude the element from the sequential tab order. If true, the element will not be focusable via the keyboard by tabbing. This should be avoided except in rare scenarios where an alternative means of accessing the element or its functionality via the keyboard is available.
Inherited from
SearchFieldProps.excludeFromTabOrder
form?
optionalform:string
The <form> element to associate the input with.
The value of this attribute must be the id of a <form> in the same document.
See MDN.
Inherited from
hidden?
optionalhidden:boolean
Inherited from
id?
optionalid:string
The element's unique identifier. See MDN.
Inherited from
inert?
optionalinert:boolean
Inherited from
inputMode?
optionalinputMode:"none"|"search"|"text"|"tel"|"url"|"email"|"numeric"|"decimal"
Hints at the type of data that might be entered by the user while editing the element or its contents. See MDN.
Inherited from
inputProps?
optionalinputProps:Omit<InputProps,"type">
Inherited from
isDisabled?
optionalisDisabled:boolean
Whether the input is disabled.
Inherited from
isInvalid?
optionalisInvalid:boolean
Whether the input value is invalid.
Inherited from
isLoading?
optionalisLoading:boolean
Displays a loading spinner.
Inherited from
isReadOnly?
optionalisReadOnly:boolean
Whether the input can be selected but not changed by the user.
Inherited from
isRequired?
optionalisRequired:boolean
Whether user input is required on the input before form submission.
Inherited from
key?
optionalkey:Key|null
Inherited from
lang?
optionallang:string
Inherited from
maxLength?
optionalmaxLength:number
The maximum number of characters supported by the input. See MDN.
Inherited from
minLength?
optionalminLength:number
The minimum number of characters required by the input. See MDN.
Inherited from
name?
optionalname:string
The name of the input element, used when submitting an HTML form. See MDN.
Inherited from
onAnimationEnd?
optionalonAnimationEnd:AnimationEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onAnimationEnd
onAnimationEndCapture?
optionalonAnimationEndCapture:AnimationEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onAnimationEndCapture
onAnimationIteration?
optionalonAnimationIteration:AnimationEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onAnimationIteration
onAnimationIterationCapture?
optionalonAnimationIterationCapture:AnimationEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onAnimationIterationCapture
onAnimationStart?
optionalonAnimationStart:AnimationEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onAnimationStart
onAnimationStartCapture?
optionalonAnimationStartCapture:AnimationEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onAnimationStartCapture
onAuxClick?
optionalonAuxClick:MouseEventHandler<HTMLDivElement>
Inherited from
onAuxClickCapture?
optionalonAuxClickCapture:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onAuxClickCapture
onBeforeInput?
optionalonBeforeInput:FormEventHandler<HTMLInputElement>
Handler that is called when the input value is about to be modified. See MDN.
Inherited from
SearchFieldProps.onBeforeInput
onBlur()?
optionalonBlur: (e) =>void
Handler that is called when the element loses focus.
Parameters
e
FocusEvent<HTMLInputElement>
Returns
void
Inherited from
onChange()?
optionalonChange: (value) =>void
Handler that is called when the value changes.
Parameters
value
string
Returns
void
Inherited from
onClear()?
optionalonClear: () =>void
Handler that is called when the clear button is pressed.
Returns
void
Inherited from
onClick?
optionalonClick:MouseEventHandler<HTMLDivElement>
Inherited from
onClickCapture?
optionalonClickCapture:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onClickCapture
onCompositionEnd?
optionalonCompositionEnd:CompositionEventHandler<HTMLInputElement>
Handler that is called when a text composition system completes or cancels the current text composition session. See MDN.
Inherited from
SearchFieldProps.onCompositionEnd
onCompositionStart?
optionalonCompositionStart:CompositionEventHandler<HTMLInputElement>
Handler that is called when a text composition system starts a new text composition session. See MDN.
Inherited from
SearchFieldProps.onCompositionStart
onCompositionUpdate?
optionalonCompositionUpdate:CompositionEventHandler<HTMLInputElement>
Handler that is called when a new character is received in the current text composition session. See MDN.
Inherited from
SearchFieldProps.onCompositionUpdate
onContextMenu?
optionalonContextMenu:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onContextMenu
onContextMenuCapture?
optionalonContextMenuCapture:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onContextMenuCapture
onCopy?
optionalonCopy:ClipboardEventHandler<HTMLInputElement>
Handler that is called when the user copies text. See MDN.
Inherited from
onCut?
optionalonCut:ClipboardEventHandler<HTMLInputElement>
Handler that is called when the user cuts text. See MDN.
Inherited from
onDoubleClick?
optionalonDoubleClick:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onDoubleClick
onDoubleClickCapture?
optionalonDoubleClickCapture:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onDoubleClickCapture
onFocus()?
optionalonFocus: (e) =>void
Handler that is called when the element receives focus.
Parameters
e
FocusEvent<HTMLInputElement>
Returns
void
Inherited from
onFocusChange()?
optionalonFocusChange: (isFocused) =>void
Handler that is called when the element's focus status changes.
Parameters
isFocused
boolean
Returns
void
Inherited from
SearchFieldProps.onFocusChange
onGotPointerCapture?
optionalonGotPointerCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onGotPointerCapture
onGotPointerCaptureCapture?
optionalonGotPointerCaptureCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onGotPointerCaptureCapture
onInput()?
optionalonInput: (e) =>void
Handler that is called when the input value is modified. See MDN.
Parameters
e
FormEvent<HTMLInputElement>
Returns
void
Overrides
onKeyDown()?
optionalonKeyDown: (e) =>void
Handler that is called when a key is pressed.
Parameters
e
KeyboardEvent
Returns
void
Inherited from
onKeyUp()?
optionalonKeyUp: (e) =>void
Handler that is called when a key is released.
Parameters
e
KeyboardEvent
Returns
void
Inherited from
onLostPointerCapture?
optionalonLostPointerCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onLostPointerCapture
onLostPointerCaptureCapture?
optionalonLostPointerCaptureCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onLostPointerCaptureCapture
onMouseDown?
optionalonMouseDown:MouseEventHandler<HTMLDivElement>
Inherited from
onMouseDownCapture?
optionalonMouseDownCapture:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onMouseDownCapture
onMouseEnter?
optionalonMouseEnter:MouseEventHandler<HTMLDivElement>
Inherited from
onMouseLeave?
optionalonMouseLeave:MouseEventHandler<HTMLDivElement>
Inherited from
onMouseMove?
optionalonMouseMove:MouseEventHandler<HTMLDivElement>
Inherited from
onMouseMoveCapture?
optionalonMouseMoveCapture:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onMouseMoveCapture
onMouseOut?
optionalonMouseOut:MouseEventHandler<HTMLDivElement>
Inherited from
onMouseOutCapture?
optionalonMouseOutCapture:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onMouseOutCapture
onMouseOver?
optionalonMouseOver:MouseEventHandler<HTMLDivElement>
Inherited from
onMouseOverCapture?
optionalonMouseOverCapture:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onMouseOverCapture
onMouseUp?
optionalonMouseUp:MouseEventHandler<HTMLDivElement>
Inherited from
onMouseUpCapture?
optionalonMouseUpCapture:MouseEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onMouseUpCapture
onPaste?
optionalonPaste:ClipboardEventHandler<HTMLInputElement>
Handler that is called when the user pastes text. See MDN.
Inherited from
onPointerCancel?
optionalonPointerCancel:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerCancel
onPointerCancelCapture?
optionalonPointerCancelCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerCancelCapture
onPointerDown?
optionalonPointerDown:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerDown
onPointerDownCapture?
optionalonPointerDownCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerDownCapture
onPointerEnter?
optionalonPointerEnter:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerEnter
onPointerLeave?
optionalonPointerLeave:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerLeave
onPointerMove?
optionalonPointerMove:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerMove
onPointerMoveCapture?
optionalonPointerMoveCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerMoveCapture
onPointerOut?
optionalonPointerOut:PointerEventHandler<HTMLDivElement>
Inherited from
onPointerOutCapture?
optionalonPointerOutCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerOutCapture
onPointerOver?
optionalonPointerOver:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerOver
onPointerOverCapture?
optionalonPointerOverCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerOverCapture
onPointerUp?
optionalonPointerUp:PointerEventHandler<HTMLDivElement>
Inherited from
onPointerUpCapture?
optionalonPointerUpCapture:PointerEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onPointerUpCapture
onScroll?
optionalonScroll:UIEventHandler<HTMLDivElement>
Inherited from
onScrollCapture?
optionalonScrollCapture:UIEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onScrollCapture
onSelect?
optionalonSelect:ReactEventHandler<HTMLInputElement>
Handler that is called when text in the input is selected. See MDN.
Inherited from
onSubmit()?
optionalonSubmit: (value) =>void
Handler that is called when the SearchField is submitted.
Parameters
value
string
Returns
void
Inherited from
onTouchCancel?
optionalonTouchCancel:TouchEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTouchCancel
onTouchCancelCapture?
optionalonTouchCancelCapture:TouchEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTouchCancelCapture
onTouchEnd?
optionalonTouchEnd:TouchEventHandler<HTMLDivElement>
Inherited from
onTouchEndCapture?
optionalonTouchEndCapture:TouchEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTouchEndCapture
onTouchMove?
optionalonTouchMove:TouchEventHandler<HTMLDivElement>
Inherited from
onTouchMoveCapture?
optionalonTouchMoveCapture:TouchEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTouchMoveCapture
onTouchStart?
optionalonTouchStart:TouchEventHandler<HTMLDivElement>
Inherited from
onTouchStartCapture?
optionalonTouchStartCapture:TouchEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTouchStartCapture
onTransitionCancel?
optionalonTransitionCancel:TransitionEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTransitionCancel
onTransitionCancelCapture?
optionalonTransitionCancelCapture:TransitionEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTransitionCancelCapture
onTransitionEnd?
optionalonTransitionEnd:TransitionEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTransitionEnd
onTransitionEndCapture?
optionalonTransitionEndCapture:TransitionEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTransitionEndCapture
onTransitionRun?
optionalonTransitionRun:TransitionEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTransitionRun
onTransitionRunCapture?
optionalonTransitionRunCapture:TransitionEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTransitionRunCapture
onTransitionStart?
optionalonTransitionStart:TransitionEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTransitionStart
onTransitionStartCapture?
optionalonTransitionStartCapture:TransitionEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onTransitionStartCapture
onWheel?
optionalonWheel:WheelEventHandler<HTMLDivElement>
Inherited from
onWheelCapture?
optionalonWheelCapture:WheelEventHandler<HTMLDivElement>
Inherited from
SearchFieldProps.onWheelCapture
ref?
optionalref:Ref<HTMLDivElement>
Allows getting a ref to the component instance.
Once the component unmounts, React will set ref.current to null
(or call the ref with null if you passed a callback ref).
See
Inherited from
slot?
optionalslot:string|null
A slot name for the component. Slots allow the component to receive props from a parent component.
An explicit null value indicates that the local props completely override all props received from a parent.
Inherited from
spellCheck?
optionalspellCheck:string
An enumerated attribute that defines whether the element may be checked for spelling errors. See MDN.
Inherited from
style?
optionalstyle:StyleOrFunction<SearchFieldRenderProps>
The inline style for the element. A function may be provided to compute the style based on component state.
Inherited from
translate?
optionaltranslate:"yes"|"no"
Inherited from
validate()?
optionalvalidate: (value) =>true|ValidationError|null|undefined
A function that returns an error message if a given value is invalid.
Validation errors are displayed to the user when the form is submitted
if validationBehavior="native". For realtime validation, use the isInvalid
prop instead.
Parameters
value
string
Returns
true | ValidationError | null | undefined
Inherited from
validationBehavior?
optionalvalidationBehavior:"native"|"aria"
Whether to use native HTML form validation to prevent form submission when the value is missing or invalid, or mark the field as required or invalid via ARIA.
Default
'native'
Inherited from
SearchFieldProps.validationBehavior
value?
optionalvalue:string
The current value (controlled).
Inherited from
variant?
optionalvariant:"filled"|"outlined"
Inherited from
KanbanSearchProps.variant