Commit d07b6b7
Update InputFilter for value formatting and custom editing (#1595)
* firt commit
* update InputFilterCustomEditorProps
* Rename component to function, fix typing
* update setFieldEditingValue call as onChange
* update css to account for multiple lines of filtering
* update tests
* update tests to cover new changes
* CHANGELOG updated
* trying to implement editor
* formatValue not working
* update storybook to display editor component
* Minor PR feedback
- Switched editor to use a RenderProp style interface
- Added auto focus to search-style example
- Improved tests to no longer require testids for radio / checkbox
Co-authored-by: Luke Bowerman <[email protected]>
Co-authored-by: Luke Bowerman <[email protected]>1 parent 7e7f6d2 commit d07b6b7
File tree
20 files changed
+354
-194
lines changed- config
- packages/components
- snapshots
- FieldDateRange
- InputDateRange
- InputFilters
- src
- Form/Inputs/InputFilters
- __mocks__
20 files changed
+354
-194
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
| |||
32 | 34 | | |
33 | 35 | | |
34 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
35 | 40 | | |
36 | 41 | | |
37 | 42 | | |
| |||
This file was deleted.
Loading
0 commit comments