File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @equinor/workspace-filter" ,
3
- "version" : " 4.0.1 " ,
3
+ "version" : " 4.0.2 " ,
4
4
"type" : " module" ,
5
5
"sideEffects" : false ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export const FilterGroupPopoverMenu = ({
44
44
const handleInput = ( e ) => setSearchText ( e . target . value . toString ( ) . toLowerCase ( ) ) ;
45
45
46
46
const getValuesMatchingSearchText = ( ) =>
47
- values . filter ( ( s ) => ! searchText || s . value ?. toString ( ) . toLowerCase ( ) . startsWith ( searchText ) ) ;
47
+ values . filter ( ( s ) => ! searchText || s . value ?. toString ( ) . toLowerCase ( ) . includes ( searchText ) ) ;
48
48
49
49
/**
50
50
* Sets the filter state to the values matching search and closes popover
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @equinor/workspace-fusion" ,
3
- "version" : " 9.0.1 " ,
3
+ "version" : " 9.0.2 " ,
4
4
"type" : " module" ,
5
5
"sideEffects" : false ,
6
6
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments