-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add same touched behavior as inputs for text editor #3274
base: staging
Are you sure you want to change the base?
Add same touched behavior as inputs for text editor #3274
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## staging #3274 +/- ##
========================================
Coverage 97.17% 97.17%
========================================
Files 60 60
Lines 12334 12334
Branches 308 213 -95
========================================
Hits 11986 11986
- Misses 334 348 +14
+ Partials 14 0 -14 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cesarvarela I'd rather fix it in this PR. I also added a test to check that the required messages are displaying correctly |
https://pr-3274--staging-aiid.netlify.app/
Will display error on blur if text editor is empty. (Same behavior as title field).