-
**Specs**: https://xd.adobe.com/view/a323eb64-cfa1-4231-9ba1-e2b18c78bc97-f670/?fullscreen
**Open questions**:
- Can the same month appear both on the left and right? How should navigation be limi…
-
`autoUpdateInput` has been mentioned in the doc to automatically update the selected date. But when I have try to use it I have got the following error
Unknown props `autoUpdateInput`, `singleDatePic…
-
I need to set singleDatePicker dynamically but when I switch "singleDatePicker" between true and false, it does NOT update the dropdown between single and double calendar. Any idea how to fix this?
…
-
I implemented following function to set start date but React component renders two times and sets 2 different **startDate**. It sets both dates come from server and current date.
![](https://s22.…
ozluy updated
4 years ago
-
Hi, i am new to using react-dates.
i am trying to set the end date when user clicks on a date on calendar.
currently my code is as below, which sets the start date and end date. end date is 4 we…
-
I am updating the ranges prop with latest props object from store but in UI initial props object is displayed. So my hypothesis is that updating the ranges props does not sync with UI.
I have debugge…
-
Hi All,
Im using the dateragepicker on my react app. Im using the singleDatePicker property.
I want to be able to edit the date from the input using keyboard.
when I click on the input I see th…
-
Hello, I am trying to make use of this library with redux form but when I select a date, the value is not submitted at part of the form fields. Is there any guide that I can use to implement this with…
-
**Versions**
```
Angular CLI: 9.1.9
Node: 12.14.1
OS: win32 x64
Angular:
...
Ivy Workspace:
Package Version
------------------------------------------------------
@a…
-
This is my class for daterangepicker:
` export default class DateRange extends Component{
constructor(props){
super(props);
this.state = {
startDate: moment().startOf('month'),
…