-
Notifications
You must be signed in to change notification settings - Fork 114
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
Support in filter operator for date primitive type #2489
Conversation
🦋 Changeset detectedLatest commit: fb53399 The changes in this PR will be included in the next version bump. This PR includes changesets to release 21 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 Report
@@ Coverage Diff @@
## master #2489 +/- ##
==========================================
- Coverage 41.67% 41.60% -0.08%
==========================================
Files 1585 1593 +8
Lines 75060 75479 +419
Branches 17675 17782 +107
==========================================
+ Hits 31283 31401 +118
- Misses 43652 43951 +299
- Partials 125 127 +2
|
@@ -705,6 +771,8 @@ const CollectionValueInstanceValueEditor = observer( | |||
setText(event.target.value); | |||
}; | |||
|
|||
const placeholder = text === '' ? getPlaceHolder(expectedType) : undefined; |
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.
i know it was here before but do we need the text === '' check. i think placeholder only shows when the input is empty regardless.
Summary
How did you test this change?
video.mp4
Placeholder for date