The container to append the menu to.
If your menu is being cut off you can append it to an element higher up the DOM tree.
Some examples:
appendTo={() => document.body}
appendTo={document.getElementById('target')}
OptionalareUtilitiesDisplayed
areUtilitiesDisplayed?:boolean
Flag to indicate utilities should be displayed. By default if this prop is undefined or false, utilities will only be displayed when the search input has a value.
Optionalaria-activedescendant
aria-activedescendant?:string
Identifies the currently active element when DOM focus is on a composite widget, textbox, group, or application.
Optionalaria-atomic
aria-atomic?:Booleanish
Indicates whether assistive technologies will present all, or only parts of, the changed region based on the change notifications defined by the aria-relevant attribute.
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.
Optionalaria-braillelabel
aria-braillelabel?:string
Defines a string value that labels the current element, which is intended to be converted into Braille.
See
aria-label.
Optionalaria-brailleroledescription
aria-brailleroledescription?:string
Defines a human-readable, author-localized abbreviated description for the role of an element, which is intended to be converted into Braille.
Indicates what functions can be performed when a dragged object is released on the drop target.
Deprecated
in ARIA 1.1
Optionalaria-errormessage
aria-errormessage?:string
Identifies the element that provides an error message for the object.
See
aria-invalid
aria-describedby.
Optionalaria-expanded
aria-expanded?:Booleanish
Indicates whether the element, or another grouping element it controls, is currently expanded or collapsed.
Optionalaria-flowto
aria-flowto?:string
Identifies the next element (or elements) in an alternate reading order of content which, at the user's discretion,
allows assistive technology to override the general default of reading in document source order.
Optionalaria-grabbed
aria-grabbed?:Booleanish
Indicates an element's "grabbed" state in a drag-and-drop operation.
Indicates the entered value does not conform to the format expected by the application.
See
aria-errormessage.
Optionalaria-keyshortcuts
aria-keyshortcuts?:string
Indicates keyboard shortcuts that an author has implemented to activate or give focus to an element.
Optionalaria-label
aria-label?:string
An accessible label for the search input.
Optionalaria-labelledby
aria-labelledby?:string
Identifies the element (or elements) that labels the current element.
See
aria-describedby.
Optionalaria-level
aria-level?:number
Defines the hierarchical level of an element within a structure.
Optionalaria-live
aria-live?:"off" | "assertive" | "polite"
Indicates that an element will be updated, and describes the types of updates the user agents, assistive technologies, and user can expect from the live region.
Optionalaria-modal
aria-modal?:Booleanish
Indicates whether an element is modal when displayed.
Optionalaria-multiline
aria-multiline?:Booleanish
Indicates whether a text box accepts multiple lines of input or only a single line.
Optionalaria-multiselectable
aria-multiselectable?:Booleanish
Indicates that the user may select more than one item from the current selectable descendants.
Optionalaria-orientation
aria-orientation?:"horizontal" | "vertical"
Indicates whether the element's orientation is horizontal, vertical, or unknown/ambiguous.
Optionalaria-owns
aria-owns?:string
Identifies an element (or elements) in order to define a visual, functional, or contextual parent/child relationship
between DOM elements where the DOM hierarchy cannot be used to represent the relationship.
See
aria-controls.
Optionalaria-placeholder
aria-placeholder?:string
Defines a short hint (a word or short phrase) intended to aid the user with data entry when the control has no value.
A hint could be a sample value or a brief description of the expected format.
Optionalaria-posinset
aria-posinset?:number
Defines an element's number or position in the current set of listitems or treeitems. Not required if all elements in the set are present in the DOM.
Accessible label for the button which opens the advanced search form menu.
Optionaloptimum
optimum?:number
Optionalpattern
pattern?:string
Optionalplaceholder
placeholder?:string
Placeholder text of the search input.
OptionalplaysInline
playsInline?:boolean
Optionalposter
poster?:string
Optionalprefix
prefix?:string
Optionalpreload
preload?:string
OptionalpreviousNavigationButtonAriaLabel
previousNavigationButtonAriaLabel?:string
Accessible label for the button to navigate to previous result.
Optionalproperty
property?:string
OptionalradioGroup
radioGroup?:string
OptionalreadOnly
readOnly?:boolean
Optionalrel
rel?:string
Optionalrequired
required?:boolean
OptionalresetButtonLabel
resetButtonLabel?:string
Label for the button which resets the advanced search form and clears the search input.
Optionalresource
resource?:string
OptionalresultsCount
resultsCount?:string | number
The number of search results returned. Either a total number of results,
or a string representing the current result over the total number of results. i.e. "1 / 5".
Optionalrev
rev?:string
Optionalreversed
reversed?:boolean
Optionalrole
role?:AriaRole
Optionalrows
rows?:number
OptionalrowSpan
rowSpan?:number
Optionalsandbox
sandbox?:string
Optionalscope
scope?:string
Optionalscoped
scoped?:boolean
Optionalscrolling
scrolling?:string
Optionalseamless
seamless?:boolean
OptionalsearchInputId
searchInputId?:string
Id for the search input
Optionalsecurity
security?:string
Optionalselected
selected?:boolean
Optionalshape
shape?:string
Optionalsize
size?:number
Optionalsizes
sizes?:string
Optionalslot
slot?:string
Optionalspan
span?:number
OptionalspellCheck
spellCheck?:Booleanish
Optionalsrc
src?:string
OptionalsrcDoc
srcDoc?:string
OptionalsrcLang
srcLang?:string
OptionalsrcSet
srcSet?:string
Optionalstart
start?:number
Optionalstep
step?:string | number
Optionalstyle
style?:CSSProperties
OptionalsubmitSearchButtonLabel
submitSearchButtonLabel?:string
Label for the button which calls the onSearch event handler.
Optionalsummary
summary?:string
OptionalsuppressContentEditableWarning
suppressContentEditableWarning?:boolean
OptionalsuppressHydrationWarning
suppressHydrationWarning?:boolean
OptionaltabIndex
tabIndex?:number
Optionaltarget
target?:string
Optionaltitle
title?:string
Optionaltranslate
translate?:"yes" | "no"
Optionaltype
type?:string
Optionaltypeof
typeof?:string
Optionalunselectable
unselectable?:"off" | "on"
OptionaluseMap
useMap?:string
Optionalvalue
value?:string
Value of the search input.
Optionalvocab
vocab?:string
Optionalwidth
width?:string | number
Optionalwmode
wmode?:string
Optionalwrap
wrap?:string
OptionalzIndex
zIndex?:number
z-index of the advanced search form when appendTo is not inline.
The main search input component.