jungsoft / materialui-daterange-picker

A react date range picker implementation using @material-ui.
MIT License
70 stars 79 forks source link

Positioning, styles, i18n #17

Open magom001 opened 3 years ago

magom001 commented 3 years ago

How would you display the daterange as a modal / popper or something that is displayed relatively to an html element?

What is the purpose of .materialui-daterange-picker-makeStyles-dateRangeBackdrop-3 and why does it have width 100vw and height 100vh?

Using styled-components unable to style the component because className prop is missing.

How do I hide the column with "Today", "Yesterday", etc?

How to modify the text (different language)?

dima-karpenko commented 3 years ago

I would like to have this feature implemented too... currently I will have to find some other way to implement RangePicker

khattasallaman commented 1 year ago

You can hide the column with "Today", "Yesterday", etc, by passing definedRanges props as empty array.