Preparing search index...

    Handle exposed by SearchBar via clearRef for programmatic control

    type SearchBarHandle = {
        clear: () => void;
        setText: (text: string) => void;
    }
    Index

    Properties

    Properties

    clear: () => void

    Clears the search bar text

    setText: (text: string) => void

    Sets the search bar text programmatically