Merge pull request #13596 from kuangp/feat/entityTagPicker/counts

feat(EntityTagPicker): support displaying and ordering by counts
This commit is contained in:
Johan Haals
2022-09-13 10:21:05 +02:00
committed by GitHub
3 changed files with 37 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': patch
---
Support displaying and ordering by counts in `EntityTagPicker` field. Add the `showCounts` option to enable this. Also support configuring `helperText`.