I am trying to prevent the user to edit the input text area by typing, allowing only changes made with the pop up calendar.... I followed the documentation but the property allowEdit is not working on my code
<DateRangePickerComponent
cssClass="customCSS"
placeholder="Select date range"
allowEdit= "false"
onChange={this.dateRangeHandler}
/>
I am also finding not so easy to style this Date Picker...is inheriting all the style from his parent component so I need to customise every single bit of it...