-
Notifications
You must be signed in to change notification settings - Fork 871
feat(form): Introduce useForm
and useFormControl
composable
#4755
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
Open
rdjanuar
wants to merge
48
commits into
nuxt:v3
Choose a base branch
from
rdjanuar:feat/use-form
base: v3
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
e20cad3
feat(useForm): init
rdjanuar 2a6dfa6
up
rdjanuar 08ec790
up
rdjanuar 87feee6
up
rdjanuar 7664bfb
up
rdjanuar f9f0297
up
rdjanuar 4b212ee
up
rdjanuar 210d7b1
Merge branch 'v3' into feat/use-form
rdjanuar e875624
up
rdjanuar 8fefb30
Merge branch 'feat/use-form' of github.com-rdjanuar:rdjanuar/ui into β¦
rdjanuar 9bfacfe
up
rdjanuar 01f144f
up
rdjanuar 29e3188
up
rdjanuar cdc65a8
up
rdjanuar f756f1d
up
rdjanuar aba801f
up
rdjanuar f812f81
up
rdjanuar 49c71a6
Merge branch 'v3' into feat/use-form
rdjanuar 441bc59
up
rdjanuar 2122beb
Merge branch 'feat/use-form' of github.com-rdjanuar:rdjanuar/ui into β¦
rdjanuar 570a922
up
rdjanuar db12e47
up
rdjanuar e9289ce
up
rdjanuar ee647b3
up
rdjanuar 3c9580f
up
rdjanuar 28e09cb
up
rdjanuar 8977c0d
up
rdjanuar 8363d7c
up
rdjanuar 82cf4bb
up
rdjanuar 8802865
up
rdjanuar 33b3d21
up
rdjanuar f7e4622
up
rdjanuar fcafe84
up
rdjanuar 2c5772d
up
rdjanuar 598916e
up
rdjanuar 3df055e
up
rdjanuar 6a6307e
up
rdjanuar 8d2cadb
up
rdjanuar c9514ba
up
rdjanuar e982643
up
rdjanuar 7f84b77
up
rdjanuar 074897f
up
rdjanuar 6cedbe0
up
rdjanuar 07d207d
up
rdjanuar 1323f52
up
rdjanuar 5648bff
up
rdjanuar 1c74a41
up
rdjanuar 1a55bee
up
rdjanuar File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we cannot modify
target
because isread-only
https://developer.mozilla.org/en-US/docs/Web/API/Event/target
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@romhml haven't we discussed this before? It does ring a bell in my head π€