Closed Polvista closed 8 years ago
You would change the value of a control by dispatching an action and updating your Redux state. You would never directly update a field's value; you update your Redux state and that change will automatically make its way to the field.
Ok, I'll try) Thanks!
I have not found that in examples, how could one set a field value?
For example initial value or clear value after some async request.