feat(use-field): add use field to textarea, timeinput - #6705
Open
philibea wants to merge 2 commits into
Open
Conversation
🦋 Changeset detectedLatest commit: dc54b16 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #6705 +/- ##
==========================================
- Coverage 91.01% 91.00% -0.01%
==========================================
Files 560 560
Lines 10253 10233 -20
Branches 3692 3707 +15
==========================================
- Hits 9332 9313 -19
+ Misses 921 920 -1
... and 1 file with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
philibea
force-pushed
the
use-field-simple
branch
7 times, most recently
from
July 30, 2026 09:21
cade90d to
0db4bfc
Compare
philibea
commented
Jul 30, 2026
philibea
force-pushed
the
use-field-simple
branch
6 times, most recently
from
July 30, 2026 14:08
87ba9e6 to
3546d91
Compare
lisalupi
reviewed
Jul 31, 2026
Signed-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>
philibea
force-pushed
the
use-field-simple
branch
from
July 31, 2026 15:41
3546d91 to
cd9829c
Compare
Signed-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>
philibea
force-pushed
the
use-field-simple
branch
from
July 31, 2026 15:45
cd9829c to
dc54b16
Compare
philibea
commented
Jul 31, 2026
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.
Summary
Type
Summarize concisely:
What is expected?
Migrate TextAreaField, TimeInputField with new hook: useField
When a component used to have a XOR type for Label we need to use the same type inside ultraviolet/form and ultraviolet/ui instead of tring to infer with ````ComponentProps```