mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
feat: show max tag count in select filter (#14486)
Co-authored-by: einatnielsen <einat.bertenthal@nielsen.com>
This commit is contained in:
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user