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

StringTagField doesn't load existing value when shouldLazyLoad is true #200

Open
micschk opened this issue Nov 24, 2021 · 1 comment
Open

Comments

@micschk
Copy link
Contributor

micschk commented Nov 24, 2021

Following #198 & #199 , I couldn't get StringTagField to render the currently selected value when shouldLazyLoad is true.
This is in an inline elemental block/react & Graphql.
I do see the correct field value being returned via Graphql but the selected tags dont get rendered.
This works OK when shouldLazyLoad is false (which leads me to think this might have something to do with the selected tags not being present in the options array and thus being ignored but I couldn't find out how exactly to fix this).

@GuySartorelli
Copy link
Member

This is in an inline elemental block/react & Graphql

To help narrow down the situation, have you tried this scenario outside of the context of elemental blocks?

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

No branches or pull requests

3 participants