-
Notifications
You must be signed in to change notification settings - Fork 22
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(slider): reflect to old value on empty input value #1196
Conversation
Size Change: +19 B (0%) Total Size: 1.56 MB
ℹ️ View Unchanged
|
Deploying refinitiv-ui with Cloudflare Pages
|
LGTM. |
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.
Let's remove event.preventDefault();
from line 915. blur event is not cancelable i.e. can't be preventDefault()
.
…finitiv/refinitiv-ui into fix/slider-empty-input-field-value-v6
LGTM |
Quality Gate passedIssues Measures |
Description
The input reflects back to previous value when the value is empty in slider input.
Fixes # (issue)
DME-18110
Checklist