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

Implement select v1 #3312

Merged
merged 2 commits into from
Jan 8, 2024
Merged

Implement select v1 #3312

merged 2 commits into from
Jan 8, 2024

Conversation

charlesBochet
Copy link
Member

@charlesBochet charlesBochet commented Jan 8, 2024

In this PR, I'm doing multiple things (shame on me):

  1. Fixing an issue on ActivityEditor (in RightDrawer) > AssigneePicker. The assignee Picker was setting the "searchRelationFilter" state. However useRelationPicker() was listening to this state and was used in RecordShowPage high level component, triggering a huge and breaking re-render. I have remove the call to useRelationPicker in RecordShowPage as it was there to get the labelIdentifier which was migrated to useObjectMetadataItem recently

  2. Implementing a first version of the SelectFieldInput and SelectFieldDisplay for users that have access to this feature (which is still behind a featureFlag)

image

@charlesBochet charlesBochet merged commit 67b1482 into main Jan 8, 2024
12 of 13 checks passed
@charlesBochet charlesBochet deleted the make-select-available branch January 8, 2024 19:55
@charlesBochet charlesBochet mentioned this pull request Jan 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant