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

add onKeyDown Props that supports prevent default behavior #138

Merged
merged 14 commits into from
Dec 21, 2020

Commits on Sep 5, 2020

  1. Configuration menu
    Copy the full SHA
    6415173 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0f7575 View commit details
    Browse the repository at this point in the history
  3. remove disableKey

    conquera99 committed Sep 5, 2020
    Configuration menu
    Copy the full SHA
    0393c4e View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2020

  1. Merge pull request #1 from react-component/master

    pull from master repository 09/09/2020
    conquera99 authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    8d1449b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. update onkeydown preventDefaultBehaviors on Picker

    update readme
    update basic example
    conquera99 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f9e85f0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from react-component/master

    update branch
    conquera99 authored Sep 15, 2020
    Configuration menu
    Copy the full SHA
    abca799 View commit details
    Browse the repository at this point in the history
  3. fix range picker onKeyDown

    fix preventDefaultBehaviors types
    conquera99 committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    d006cfc View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2020

  1. Merge pull request #3 from react-component/master

    update master
    conquera99 authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    3785bc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ac874 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2020

  1. Configuration menu
    Copy the full SHA
    6674610 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. update picker input preventdefault (state to ref)

    update examples
    add test case for prevent default
    apply @kerm1it suggestions
    conquera99 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    5b29882 View commit details
    Browse the repository at this point in the history
  2. update on key down event type

    rename all preventDefaultBehaviors to preventDefault
    apply @kerm1it suggestions
    conquera99 committed Dec 18, 2020
    Configuration menu
    Copy the full SHA
    b797c1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14b1814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c490761 View commit details
    Browse the repository at this point in the history