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

fix(Picker): Visibility callbacks, controlled mode; placement prop #994

Merged
merged 99 commits into from
Feb 1, 2024

Conversation

VadymBezpalko
Copy link
Contributor

@VadymBezpalko VadymBezpalko commented Jan 31, 2024

Resolves: #993

Description

Fixes/improvements:

  • onOpen/onClose callbacks
  • controlled mode (new isVisible prop)
  • new placement prop

Storybook

https://feature-993--613a8e945a5665003a05113b.chromatic.com

Checklist

Obligatory:

  • Self review (use this as your final check for proposed changes before requesting the review)
  • Add reviewers (livechat/design-system)
  • Add correct label
  • Assign pull request with the correct issue

@VadymBezpalko VadymBezpalko added the bug Something isn't working label Jan 31, 2024
@VadymBezpalko VadymBezpalko self-assigned this Jan 31, 2024
@VadymBezpalko VadymBezpalko changed the base branch from main to feature/777-picker-refactor January 31, 2024 14:56
@VadymBezpalko VadymBezpalko added the feature New feature or request label Feb 1, 2024
@VadymBezpalko VadymBezpalko added this to the v1.0 milestone Feb 1, 2024
@VadymBezpalko VadymBezpalko marked this pull request as ready for review February 1, 2024 12:15
@VadymBezpalko VadymBezpalko changed the title fix(Picker): Various fixes fix(Picker): Visibility callbacks, controlled mode; placement prop Feb 1, 2024
Copy link
Contributor

@ashbork ashbork left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome!

Base automatically changed from feature/777-picker-refactor to main February 1, 2024 14:14
# Conflicts:
#	packages/react-components/src/components/Picker/Picker.tsx
#	packages/react-components/src/components/Picker/hooks/useFloatingPicker.ts
@VadymBezpalko VadymBezpalko merged commit a7eb9e1 into main Feb 1, 2024
5 checks passed
@VadymBezpalko VadymBezpalko deleted the feature/993 branch February 1, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Picker - callback for the picker opening/closing and placement prop, z-index control
3 participants