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

Added managed keyboard nav and roles to NxDropdown - RSC-989 #845

Draft
wants to merge 30 commits into
base: main
Choose a base branch
from

Commits on Nov 2, 2022

  1. Progress on basic keynav. - RSC-989

    Andrew Prasetya committed Nov 2, 2022
    Configuration menu
    Copy the full SHA
    5fb9866 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2022

  1. Added basic menu keynav to dropdown menu. - RSC-989

    Andrew Prasetya committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    6aa16f5 View commit details
    Browse the repository at this point in the history
  2. Small cleanup. - RSC-989

    Andrew Prasetya committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    b4a2f4c View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. Added aria-controls to dropdown. - RSC-989

    Andrew Prasetya committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    27ab642 View commit details
    Browse the repository at this point in the history
  2. Added dropdown menu test. - RSC-989

    Andrew Prasetya committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e807803 View commit details
    Browse the repository at this point in the history
  3. Updated unit tests. - RSC-989

    Andrew Prasetya committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    47880d8 View commit details
    Browse the repository at this point in the history
  4. Fixed a11y tests. - RSC-989

    Andrew Prasetya committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    fc40f5d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into RSC-989_add-managed-keynav-and-roles-to-nx-d…

    …ropdown
    Andrew Prasetya committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3041e4b View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    3353a93 View commit details
    Browse the repository at this point in the history
  2. Use inputAttributes. - RSC-989

    Andrew Prasetya committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    1ee7a6f View commit details
    Browse the repository at this point in the history
  3. Update lib/src/components/NxDropdownMenu/NxDropdownMenu.tsx

    Co-authored-by: Ross Pokorny <[email protected]>
    entroform and rpokorny authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    775db95 View commit details
    Browse the repository at this point in the history
  4. Allow null for menuId. - RSC-989

    Andrew Prasetya committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    d9fb143 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Merge branch 'main' into RSC-989_add-managed-keynav-and-roles-to-nx-d…

    …ropdown
    Andrew Prasetya committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3284aff View commit details
    Browse the repository at this point in the history
  2. Fixed menuId. - RSC-989

    Andrew Prasetya committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    a5b3689 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

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

Commits on Nov 17, 2022

  1. Progress on DropdownMenu. - RSC-989

    Andrew Prasetya committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    b5267a5 View commit details
    Browse the repository at this point in the history
  2. Progress on exploring wrapper idea. - RSC-989

    Andrew Prasetya committed Nov 17, 2022
    Configuration menu
    Copy the full SHA
    0953e28 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Got toggle button to connect to dropdownMenu. - RSC-989

    Andrew Prasetya committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    127c2ee View commit details
    Browse the repository at this point in the history
  2. Removed backup. - RSC-989

    Andrew Prasetya committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    3693678 View commit details
    Browse the repository at this point in the history
  3. Updated withClass implementation. - RSC-989

    Andrew Prasetya committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    641905f View commit details
    Browse the repository at this point in the history
  4. Added disableMenuNav. - RSC-989

    Andrew Prasetya committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    680a197 View commit details
    Browse the repository at this point in the history
  5. Removed menu focus on reset click - filter dropdown - RSC-989

    Andrew Prasetya committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    1dff85a View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Progress on KeyNav. - RSC-989

    Andrew Prasetya committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    443bc32 View commit details
    Browse the repository at this point in the history
  2. Fixed FilterDropdown. - RSC-989

    Andrew Prasetya committed Nov 21, 2022
    Configuration menu
    Copy the full SHA
    62b966a View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Removed comments.

    Andrew Prasetya committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    e125b0e View commit details
    Browse the repository at this point in the history
  2. Removed separator. - RSC-989

    Andrew Prasetya committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    103669a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Merge branch 'main' into RSC-989_add-managed-keynav-and-roles-to-nx-d…

    …ropdown
    Andrew Prasetya committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    87d5507 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2022

  1. Fixed some issues. - RSC-989

    Andrew Prasetya committed Nov 25, 2022
    Configuration menu
    Copy the full SHA
    735b679 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2023

  1. Merge branch 'main' into RSC-989_add-managed-keynav-and-roles-to-nx-d…

    …ropdown
    Andrew Prasetya committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    8cf86b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Merge branch 'main' into RSC-989_add-managed-keynav-and-roles-to-nx-d…

    …ropdown
    Andrew Prasetya committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    016943a View commit details
    Browse the repository at this point in the history