Skip to content

Commit

Permalink
feat: show max tag count in select filter (#14486)
Browse files Browse the repository at this point in the history
Co-authored-by: einatnielsen <einat.bertenthal@nielsen.com>
  • Loading branch information
einatbar and einatnielsen committed May 26, 2021
1 parent d46aa60 commit 3224e75
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ export default function PluginFilterSelect(props: PluginFilterSelectProps) {
onChange={handleChange}
ref={inputRef}
loading={isRefreshing}
maxTagCount={5}
>
{data.map(row => {
const [value] = groupby.map(col => row[col]);
Expand Down

0 comments on commit 3224e75

Please sign in to comment.