Skip to content

Commit d07b6b7

Browse files
laraharrowLuke BowermanLuke Bowerman
authored
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

20 files changed

+354
-194
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
### Changed
2121

22+
- `InputFiltersChipEditor` can use CheckboxGroup or RadioGroup.
23+
- `InputFiltersChipEditor` can be replaced by users editor.
2224
- `ButtonItem` used inside `ButtonToggle` and `ButtonGroup` now uses `fonts.body`
2325
- `Dialog`, `Drawer` and `Popover` no longer focus the first "tab-able" child. Instead they now focus the surface of the overlay itself.
2426
- `InputFilter` to support multiline filter tokens
@@ -32,6 +34,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234

3335
### Fixed
3436

37+
- `InputFilters` improved styling when `Chips` wrap to additional lines
38+
- `InputFilters` Popover no longer moves when `Chip` is initially displayed
39+
- `Select` / `SelectMulti` / `InputTimeSelect` click to select option in IE11
3540
- `InputTimeSelect` can accept a time that is not included in the select dropdown options
3641
- `FieldInline` refactored to use MS-compatible grid (IE11 compatibility)
3742
- `FieldCheckbox`

config/gh-pages.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.
22 Bytes
Loading
24 Bytes
Loading
27 Bytes
Loading
10 Bytes
Loading
26 Bytes
Loading
-5 Bytes
Loading
3.04 KB
Loading
-15 Bytes
Loading

0 commit comments

Comments
 (0)