What is the onValuesChange use of the from component in react?

What is the onValuesChange usage of the from component in

react?
I read API, and didn"t quite understand it. Do I enter this function when the form changes?


Aug.25,2021

@Form.create({
  onValuesChange(props, changedValues, allValues) {
    console.log(props, changedValues, allValues)
  },
})

this is one of the parameters of the Form.create () method.

this function is called back only if the value of any item wrapped in Form changes.


what should I do if I want to call a custom method in the wrapped form

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38aed-2c11a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38aed-2c11a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?