Function useSelectList

  • Returns { __css: SystemStyleObject; aria-hidden: boolean; aria-multiselectable: boolean; getOption: GetOption; isOpen: boolean; optionsRef: MutableRefObject<any>; ref: ((node: any) => void); visibleOptions: Option[] }

    • __css: SystemStyleObject
    • aria-hidden: boolean
    • aria-multiselectable: boolean
    • getOption: GetOption
    • isOpen: boolean
    • optionsRef: MutableRefObject<any>
    • ref: ((node: any) => void)
        • (node: any): void
        • Combine multiple React refs into a single ref function. This is used mostly when you need to allow consumers forward refs to internal components

          Parameters

          • node: any

          Returns void

    • visibleOptions: Option[]

Generated using TypeDoc