Antd Form.Item validator doesn’t trigger while i change input value via side buttons
I have an input with validator for min / max values. Also there is a button which sets value as max value in this input. The button is out of this form.
I type in input value under min and an error message appears. After that i clicked a button which sets max value (and this value is in this min/max range) but error message doesn’t disappear. I found out that validator doesn’t work if i don’t type directly in input and change it via side buttons.