Comparing version 1.2.18 to 1.2.19
@@ -14,3 +14,3 @@ import { number } from 'prop-types'; | ||
this._value = standardedValue; | ||
if (this.internals_) { | ||
if (this.internals_ && typeof this.internals_.setFormValue == "function") { | ||
this.internals_.setFormValue(standardedValue); | ||
@@ -17,0 +17,0 @@ } |
@@ -17,3 +17,3 @@ { | ||
], | ||
"version": "1.2.18", | ||
"version": "1.2.19", | ||
"bugs": "https://github.com/javadbat/jb-input/issues", | ||
@@ -20,0 +20,0 @@ "license": "MIT", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
213427