-
Notifications
You must be signed in to change notification settings - Fork 75
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
Options disappear after select one in Multi #118
Comments
you shoud add props getOptionValue like this |
I'm having the same problem. @vtaits any updates on this? (I'm also using getOptionValue and getOptionLabel) |
Hello. Can you make a sandbox example? |
example with SWAPI but with correct getOptionValue works well, without - infinity loading -> no options -> loading |
@ayuka-bg That's a great example - but I didn't spot what you meant at first. Could you maybe create a separate multi-select dropdown without the |
Actually I forked it show what I mean: |
Note that weirdly I hit this problem when switching from the Apollo GraphQL client to the urql GraphQL client. I haven't been able to figure out why because the options structure in |
I have a the following AsyncPaginate in two different component and requests (Multi Select).
Also I tried different ways to fix it, configured 4 pages and 2 options each or 3 pages with 3 options.
I don't undestand what is the problem of it is the same implementation the difference is only the total records to show.
Any suggestion?
<AsyncPaginate isMulti isSearchable value={value} loadOptions={loadOptions} onChange={onChange} additional={{ page: 1 }} />
The text was updated successfully, but these errors were encountered: