-
Notifications
You must be signed in to change notification settings - Fork 23
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
fix: text input and date input to be fixed #3944
Conversation
🦋 Changeset detectedLatest commit: 4f94762 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3944 +/- ##
=======================================
Coverage 94.21% 94.22%
=======================================
Files 192 192
Lines 6380 6386 +6
Branches 2918 2918
=======================================
+ Hits 6011 6017 +6
Misses 369 369
Continue to review full report in Codecov by Sentry.
|
bf5f72c
to
b48ce6a
Compare
5642d49
to
79779b4
Compare
Summary
Type
Summarise concisely:
What is expected?
Fix
<TextInputV2 />
proponChange
will now take function with event.This will also fix
<DateInput />
issues such as editing the input value.