Skip to content

Commit

Permalink
fix: constraining max height
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgranger committed Jul 24, 2023
1 parent 2c10415 commit 89e1f8d
Show file tree
Hide file tree
Showing 6 changed files with 778 additions and 726 deletions.
4 changes: 2 additions & 2 deletions build.washingtonpost.com/pages/resources/working-examples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ const Form = () => {
term.trim() === ""
? null
: matchSorter(cities, term, {
keys: [(item) => `${item.city}, ${item.state}`],
}),
keys: [(item) => `${item.city}, ${item.state}`],
}),
[term]
);
};
Expand Down
Loading

0 comments on commit 89e1f8d

Please sign in to comment.