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

Simplify the Vue 2 form helper #1529

Merged
merged 1 commit into from
Apr 20, 2023
Merged

Simplify the Vue 2 form helper #1529

merged 1 commit into from
Apr 20, 2023

Conversation

reinink
Copy link
Member

@reinink reinink commented Apr 20, 2023

This PR updates the form helper in the Vue 2 adapter to use the reactive and watch functions that are available in Vue 2.7. This is nicer than using Vue.observable() and the horrible technique I was previously using to create a watcher, and brings things inline with how they're implemented in the Vue 3 form helper.

@reinink reinink merged commit cf6ba7f into master Apr 20, 2023
@reinink reinink deleted the vue-2-simplify-form-helper branch April 20, 2023 11:39
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

Successfully merging this pull request may close these issues.

1 participant