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

Remove dependency of input components on redux-form #412

Open
dpikt opened this issue Jan 28, 2020 · 0 comments
Open

Remove dependency of input components on redux-form #412

dpikt opened this issue Jan 28, 2020 · 0 comments
Labels
as needed To be completed as needed for a client project, but not earlier backlog

Comments

@dpikt
Copy link
Contributor

dpikt commented Jan 28, 2020

So that our input components can be used without redux-form, which is deprecated. This could be accomplished with a universal adapter pattern, as shown for formik below:

// App.js

import { applyFormAdapter, formAdapterFormik } from 'lp-components'

applyFormAdapter(formAdapterFormik)
@dpikt dpikt added this to the v5 milestone Jan 28, 2020
@dpikt dpikt modified the milestones: v5, v4 Sep 21, 2020
@chawes13 chawes13 added backlog as needed To be completed as needed for a client project, but not earlier labels Sep 20, 2021
@chawes13 chawes13 removed this from the v6 milestone Oct 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
as needed To be completed as needed for a client project, but not earlier backlog
Projects
None yet
Development

No branches or pull requests

2 participants