We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb25ec1 commit 5b6e78fCopy full SHA for 5b6e78f
index.js
@@ -186,7 +186,7 @@ class DatePicker extends Component {
186
allowPointerEvents: true
187
})
188
clearTimeout(timeoutId)
189
- }, 500)
+ }, 200);
190
}
191
192
onDatePicked({action, year, month, day}) {
@@ -289,7 +289,7 @@ class DatePicker extends Component {
289
this.props.onOpenModal();
290
291
292
-
+
293
_renderIcon() {
294
const {
295
showIcon,
@@ -319,8 +319,6 @@ class DatePicker extends Component {
319
style,
320
customStyles,
321
disabled,
322
- showIcon,
323
- iconSource,
324
minDate,
325
maxDate,
326
minuteInterval,
0 commit comments