How to set/change Field value from external user action 🏁 React Final Form
问题 There are many situations in which we might want to set the value of a specific field within a form to help out the user. For example, an online fruit store may ask users how many apples they want to buy. To help users out, we could have 3 buttons such as "minimum" - sets field value to the minimum quantity the store can feasibly sell "maximum" - ditto, but for max "what I bought last time" - sets field value to the quantity of apples the user bought the last time After going over what I