Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add new props for search, keyboard navigation, and scrolling #589

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Aug 10, 2022

  1. feat: Add new props for search, keyboard navigation, and scrolling

    The new prop searchTerm can be used to set the initial search term or fully control the search semantics for a higher-order component. The new prop onSearchChange allows specification of a callback for when the search term changes or the search mode is activated or deactivated. The new prop disableKeyboardNavigation allows disabling all actions associated with a key down event in the search input box. The new prop pageSize can be used to control the size of the scroll view before scrolling to near the bottom is required to show more nodes.
    gandhis1 committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d338444 View commit details
    Browse the repository at this point in the history