-
-
Notifications
You must be signed in to change notification settings - Fork 432
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
feat(FieldApi): allow debounce of onChange and onBlur listener #1375
base: main
Are you sure you want to change the base?
Conversation
View your CI Pipeline Execution ↗ for commit 7b75687.
☁️ Nx Cloud last updated this comment at |
The naming between the debounce properties seems inconsistent. |
1b0a30c
to
2d76c2f
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1375 +/- ##
==========================================
+ Coverage 88.88% 89.03% +0.15%
==========================================
Files 28 28
Lines 1277 1295 +18
Branches 335 340 +5
==========================================
+ Hits 1135 1153 +18
Misses 126 126
Partials 16 16 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This allows you to listen to a
change
/blur
event of a Field after a denounce you can set in millisecond.It makes situations possible where you want to introduce a side effect after the user stopped typing or left the field for some time.