Skip to content

Commit f543773

Browse files
don't track number changes
lazy solution ik, but did not want to go through logic of preserving intial state or something when not clicked
1 parent cdd5734 commit f543773

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/inputs/Numbers.jsx

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const Numbers = ({ label, prop, phase, idealLength = 4, width, twoLines, height
2626
dispatch({
2727
type: `set${phase ? "InPhase" : ""}`,
2828
prop,
29+
track: false,
2930
val: !(
3031
event.target.value === undefined || event.target.value === ""
3132
)

0 commit comments

Comments
 (0)