react-flatpickr
Advanced tools
Comparing version 3.10.4 to 3.10.5
@@ -156,3 +156,3 @@ "use strict"; | ||
if (this.props.hasOwnProperty('value') && this.props.value !== prevProps.value) { | ||
this.flatpickr.setDate(this.props.value, false); | ||
this.flatpickr.setDate(this.props.value, true); | ||
} | ||
@@ -159,0 +159,0 @@ } |
@@ -86,3 +86,3 @@ import React, { Component } from 'react' | ||
if (this.props.hasOwnProperty('value') && this.props.value !== prevProps.value) { | ||
this.flatpickr.setDate(this.props.value, false) | ||
this.flatpickr.setDate(this.props.value, true) | ||
} | ||
@@ -89,0 +89,0 @@ } |
{ | ||
"name": "react-flatpickr", | ||
"version": "3.10.4", | ||
"version": "3.10.5", | ||
"description": "flatpickr for React", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2150934