We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The NewMeetingTeamPicker currently has a meeting prop called positionOverride, which feels a bit hacky.
NewMeetingTeamPicker
positionOverride
We need to update the positionOverride if it's on mobile. Its position can be unreliable and needs a refresh - see Loom: https://www.loom.com/share/26a4e81d4d2041ca8d4eaff014dd8e0d
Hopefully, refactoring this useMenu to the Radix menu can make it more reliable and enable us to remove the positionOverride prop.
useMenu
Menu
The text was updated successfully, but these errors were encountered:
Going to elevate the priority of this one as this cycle is focusing on getting the AL out to everybody
Sorry, something went wrong.
Dschoordsch
Successfully merging a pull request may close this issue.
The
NewMeetingTeamPicker
currently has a meeting prop calledpositionOverride
, which feels a bit hacky.We need to update the
positionOverride
if it's on mobile. Its position can be unreliable and needs a refresh - see Loom: https://www.loom.com/share/26a4e81d4d2041ca8d4eaff014dd8e0dHopefully, refactoring this
useMenu
to the Radix menu can make it more reliable and enable us to remove thepositionOverride
prop.AC
NewMeetingTeamPicker
useMenu
to the RadixMenu
componentThe text was updated successfully, but these errors were encountered: