You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -383,6 +384,10 @@ What if you could define rules to update fields when other fields change _as com
383
384
384
385
Demonstrates how to use the library `format-string-by-pattern` to create input masks for your 🏁 React Final Form fields.
385
386
387
+
### [AsyncTypeahead and Redux](https://codesandbox.io/s/5m4w2909k)
388
+
389
+
Demonstrates creating an `AsyncTypeahead` to select github users, while storing the search results in the redux store and the form state (selected github users) via `react-final-form`. Also makes use of the [`setFieldData` mutator](https://github.com/final-form/final-form-set-field-data).
390
+
386
391
## Rendering
387
392
388
393
There are three ways to tell `<Form/>` and `<Field/>` what to render:
0 commit comments