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

Support partial retrieval of possible values #181

Open
blcham opened this issue Oct 17, 2022 · 1 comment
Open

Support partial retrieval of possible values #181

blcham opened this issue Oct 17, 2022 · 1 comment

Comments

@blcham
Copy link
Collaborator

blcham commented Oct 17, 2022

Possible values should be loaded only when it is needed, i.e. when a user opened a section that contains possible values. Currently, all the values are retrieved which completely froze the browser in some scenarios.

This is a form where it completely froze (see storybook):
#173

Note, in the storybook, it does not freeze because it actually does not pose a GET request. In a real application, each possible value query creates a GET request.

@blcham blcham added the bug Something isn't working label Oct 17, 2022
@blcham blcham removed the bug Something isn't working label Oct 29, 2022
@blcham blcham changed the title Partial retrieval of possible values does not work Support partial retrieval of possible values Oct 29, 2022
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

No branches or pull requests

2 participants