Clear a field's value on input clear in react-final-form

后端 未结 3 1948
刺人心
刺人心 2021-01-20 19:08

I\'m using a custom component with react-final-form. On input change it sets the value to the address field. But when the input is cleared it doesn

3条回答
  •  猫巷女王i
    2021-01-20 19:47

    You can just call form.change('address', undefined) at any time that you'd like to clear the value.

提交回复
热议问题