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

Mixed datasource UI does not work in 9x #49867

Closed
ryantxu opened this issue May 31, 2022 · 3 comments · Fixed by #50025
Closed

Mixed datasource UI does not work in 9x #49867

ryantxu opened this issue May 31, 2022 · 3 comments · Fixed by #50025
Assignees
Labels
Milestone

Comments

@ryantxu
Copy link
Member

ryantxu commented May 31, 2022

What happened:

In 9x, when you select "-- Mixed --" datasource, the dropdown to select datasource does not accept input 😬 (NOTE: the gif does not show me clicking lots on the dropdown!)

2022-05-30_20-48-01 (1)

I can get the dropdown to open using tab and then arrows, but the mouse does not do anything.

What you expected to happen:

open on click

How to reproduce it (as minimally and precisely as possible):

Use the mixed datasource

@ryantxu ryantxu added this to the 9.0.0 milestone May 31, 2022
@gillesdemey
Copy link
Member

We're seeing the same issue in the alert creation flow where we are unable to switch to a different data source – I'm also investigating to see where the click event propagation is being interrupted.

@ashharrison90
Copy link
Contributor

@gillesdemey it's caused by our upgrade of react-select here: #49142

there's an issue on react-select here: JedWatson/react-select#5176

backup option is just revert the update. i'm just investigating now if there's a better way 😄

@gillesdemey
Copy link
Member

Gotcha, that makes sense – I was chasing some other changes unrelated to the upgrade of react-select

Reverting sounds like the best way forward for now since event.defaultPrevented is a read-only property

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

4 participants