@zag-js/number-input 0.0.0-dev-20220509213421 → 0.0.0-dev-20220512130015
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js
CHANGED
|
@@ -727,7 +727,6 @@ function machine(ctx = {}) {
|
|
|
727
727
|
value: ["invokeOnChange"],
|
|
728
728
|
isOutOfRange: ["invokeOnInvalid"]
|
|
729
729
|
},
|
|
730
|
-
entry: ["syncInputValue"],
|
|
731
730
|
on: {
|
|
732
731
|
SET_VALUE: {
|
|
733
732
|
actions: ["setValue", "setHintToSet"]
|
|
@@ -740,7 +739,7 @@ function machine(ctx = {}) {
|
|
|
740
739
|
on: {
|
|
741
740
|
SETUP: {
|
|
742
741
|
target: "idle",
|
|
743
|
-
actions: "setupDocument"
|
|
742
|
+
actions: ["setupDocument", "syncInputValue"]
|
|
744
743
|
}
|
|
745
744
|
}
|
|
746
745
|
},
|