You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the NumericInput and control the value as we use react-hook-form. I get this spammy notice in the console when using it:
[Blueprint] <NumericInput> controlled value prop does not adhere to stepSize, min, and/or max constraints.
I understand the point, but I don't understand what I'm supposed to do. stepSize and minor/major props still need to be provided because they dictate what the arrow buttons do when the user clicks them or holds modifier keys.
I'm truncating the values myself but I'd like to silence this message because it's very spammy given the number of number inputs we have,
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm using the NumericInput and control the value as we use react-hook-form. I get this spammy notice in the console when using it:
[Blueprint] <NumericInput> controlled value prop does not adhere to stepSize, min, and/or max constraints.
I understand the point, but I don't understand what I'm supposed to do. stepSize and minor/major props still need to be provided because they dictate what the arrow buttons do when the user clicks them or holds modifier keys.
I'm truncating the values myself but I'd like to silence this message because it's very spammy given the number of number inputs we have,
Beta Was this translation helpful? Give feedback.
All reactions