-
Notifications
You must be signed in to change notification settings - Fork 212
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
Finance: date filters remove default selection #819
Conversation
Co-Authored-By: AquiGorka <[email protected]>
…or screen readers
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.
When
startDate
is selected but noendDate
, thenendDate
uses the placeholder
I think this might get potentially confusing, but let's see how it is with users 👍
@sohkai hmm, yeah, but if it is not done this way then the input appears to have 2 dates selected (start and end) but the period filter is not really being applied. Let's see how it plays out and I can always come back and iterate on it. |
* TransferFilters: remove duplicate margin rules * DatePicker: update today border color * DateRangePicker: update to allow null values on dates * Transfers: refactor to no default date selection * DateRangeInput: fix font family declaration Co-Authored-By: AquiGorka <[email protected]> * Transfers: recover non-breaking space * DateRangeInput: improve placeholder logic and add input placeholder for screen readers * DateRangeInput: improve on placeholder for accesibility
These changes:
--/--/----
endDate
startDate
is selected but noendDate
, thenendDate
uses the placeholderch
units to define container's sizeRefs: #809 and #767 (comment)