Skip to content
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

DateRangeInput2 has no replacement for popoverProps.fill #5710

Closed
adidahiya opened this issue Nov 3, 2022 · 1 comment
Closed

DateRangeInput2 has no replacement for popoverProps.fill #5710

adidahiya opened this issue Nov 3, 2022 · 1 comment

Comments

@adidahiya
Copy link
Contributor

adidahiya commented Nov 3, 2022

DateRangeInput claimed to support popoverProps={{ fill: true }} in its types, but it didn't actually do anything:

2022-11-03 14 09 33

... unless you also enable startInputProps={{ fill: true }} and endInputProps={{ fill: true }}:

image

DateRangeInput2 does not support that field in its popoverProps, and it also doesn't support fill={true}. We should add support for fill, like DateInput2.

@adidahiya
Copy link
Contributor Author

fixed by #5715

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant