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

...mapFields conditionally based on a prop value (question) #145

Open
asifaly opened this issue Jul 13, 2021 · 0 comments
Open

...mapFields conditionally based on a prop value (question) #145

asifaly opened this issue Jul 13, 2021 · 0 comments

Comments

@asifaly
Copy link

asifaly commented Jul 13, 2021

Is it possible to ...mapFields different state values ?

For example in store i have

editvalues : {
    a: "",
    b: "",
}

newvalues: {
    a: "",
    b: "",
}

In the component based on a prop value, i would like assign ...mapFields(['editvalues']) or ...mapFields(['newvalues']). Is this possible ?

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

1 participant