We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd5734 commit f543773Copy full SHA for f543773
src/components/inputs/Numbers.jsx
@@ -26,6 +26,7 @@ const Numbers = ({ label, prop, phase, idealLength = 4, width, twoLines, height
26
dispatch({
27
type: `set${phase ? "InPhase" : ""}`,
28
prop,
29
+ track: false,
30
val: !(
31
event.target.value === undefined || event.target.value === ""
32
)
0 commit comments