-
Notifications
You must be signed in to change notification settings - Fork 10
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
LabeledField + form field integration #2395
Conversation
…e so that external error messages set using the error prop can still be cleared. this is useful for clearing any backend errors. update tests for clearing error message on change
…o a boolean like the other form components
…ds are marked as required
… trigger the field focus" This is because wrapping text no longer works with this change This reverts commit 79db332.
…ignored. also use field's light prop to determine LabeledField's light prop s s
🦋 Changeset detectedLatest commit: 502d9b6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 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 |
Size Change: +93 B (+0.09%) Total Size: 104 kB
ℹ️ View Unchanged
|
A new build was pushed to Chromatic! 🚀https://5e1bf4b385e3fb0020b7073c-nhkreffoeh.chromatic.com/ Chromatic results:
|
Breaking this up into smaller PRs! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## feature/labeled-field #2395 +/- ##
=============================================
=============================================
Continue to review full report in Codecov by Sentry.
|
Summary:
WIP - putting LabeledField and form field updates together
Issue: XXX-XXXX
Test plan: