-
Notifications
You must be signed in to change notification settings - Fork 53
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
Wizard: Reset error text and validate on plus button (HMS-5329) #2747
Conversation
/jira-epic HMS-5279 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
@@ Coverage Diff @@
## main #2747 +/- ##
==========================================
+ Coverage 84.71% 84.73% +0.01%
==========================================
Files 186 186
Lines 21241 21248 +7
Branches 2083 2087 +4
==========================================
+ Hits 17995 18005 +10
+ Misses 3224 3221 -3
Partials 22 22
Continue to review full report in Codecov by Sentry.
|
63e0ff3
to
02c0ba9
Compare
e6a42e5
to
73d8980
Compare
3e68494
to
8e0ebc9
Compare
/retest |
8e0ebc9
to
ba259fb
Compare
This updates `<ChippingInput>` component to resolve two bugs: - validation wasn't triggered when using the plus button on Timezone and Locale steps - error text wasn't reset when the value was changed or cleared
This tests the updates.
ba259fb
to
b7e997c
Compare
/retest |
This updates
<ChippingInput>
component to resolve two bugs:JIRA: HMS-5329