fix: edit input field placeholder#12296
Merged
bluebill1049 merged 1 commit intoreact-hook-form:masterfrom Oct 12, 2024
Merged
Conversation
alexandermirzoyan
approved these changes
Oct 5, 2024
bluebill1049
approved these changes
Oct 12, 2024
bluebill1049
added a commit
that referenced
this pull request
Oct 12, 2024
* test: Add task running unit tests with react-compiler * Use official compiler runtime * 📖 fix: code example input field placeholder name (#12296) * 🐞 fix: #12294 ensure Invalid Date is evaluated correctly (#12295) * fix: ensure Invalid Date is evaluated correctly * fix: #12294 ensure Invalid Date is evaluated correctly * fix: #12294 ensure Invalid Date is evaluated correctly * Update createFormControl.ts * Update createFormControl.ts * Update createFormControl.ts --------- Co-authored-by: Beier (Bill) <bluebill1049@hotmail.com> --------- Co-authored-by: Kim Sang Du <puki4416@gmail.com> Co-authored-by: Toshiki Saito <50011163+crypt0box@users.noreply.github.com> Co-authored-by: Beier (Bill) <bluebill1049@hotmail.com>
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is a simple task of modifying the field name and field placeholder used in the basic page of the example app, which results in inconsistency due to differences.