fix(native-filters): handle null values in value filter (#16460)

* fix(native-filters): handle null values in value filter

* lint
This commit is contained in:
Ville Brofeldt
2021-08-26 15:26:53 +03:00
committed by GitHub
parent 1badcaed45
commit 1c71eda70f
4 changed files with 31 additions and 9 deletions

View File

@@ -47,7 +47,6 @@ type PickedSelectProps = Pick<
AntdSelectAllProps,
| 'allowClear'
| 'autoFocus'
| 'value'
| 'disabled'
| 'filterOption'
| 'notFoundContent'