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

Lazy update of sort/group settings in table settings dialog #1

Open
stockbal opened this issue Jul 4, 2021 · 0 comments
Open

Lazy update of sort/group settings in table settings dialog #1

stockbal opened this issue Jul 4, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@stockbal
Copy link
Member

stockbal commented Jul 4, 2021

Due to the immediate update of the underlying model it is currently not really possible to select a value in the dropdown control with the arrow keys or even via autocomplete. At least not properly.
This happens because if the dropdown control registers a selection change the fired event updates the model and the model triggers an immediate UI update in turn.

see https://github.com/stockbal/quick-data-reporter/blob/85fd5fa00b0869d08491188c5426acabe1e1b202/dev/helper/EntityTableSettings.ts

@stockbal stockbal added the bug Something isn't working label Jul 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant