mirror of
https://github.com/yldio/copilot.git
synced 2024-11-10 21:30:06 +02:00
Update readme.md
This commit is contained in:
parent
49ae9e1eee
commit
8dc61bce40
@ -5,7 +5,12 @@
|
|||||||
- [x] form values in redux store
|
- [x] form values in redux store
|
||||||
- [x] clear / retain values in store
|
- [x] clear / retain values in store
|
||||||
- [x] pre-populate form
|
- [x] pre-populate form
|
||||||
- [x] validation field / form level
|
- [x] validation on field / form level
|
||||||
- [x] multi page form
|
- [x] multi page form
|
||||||
- [x] custom form fields
|
- [x] custom form components
|
||||||
- [?] requires updates to existing ui components
|
- [ ] requires updates to existing ui components as props to custom components are passed in the following format:
|
||||||
|
|
||||||
|
`"props": { "input": "value": "", "name": "", "onChange": "", "onFocus": "", ... }, "meta": { "valid": "", "error": "", ... }, "anyOtherPropsOnField": "", ... }`
|
||||||
|
|
||||||
|
- [ ] explore proxying props from Field to custom components from above shape to a flat form as expected by custom components
|
||||||
|
- [ ] consider creating component that handles logic and display of label and error which would be reused by form components to avoid code duplication for this functionality
|
||||||
|
Loading…
Reference in New Issue
Block a user