Is there a way to hide/remove the counter or adjust its styling? I'd like to make it look like the pill badge.
You can set MaxSelectedLabels to bigger value. Check our demos for other options like Chips, etc.
Setting the MaxSelectedLabel then lists out all of the selected items. I don't want to show what was selected. I was able to change that by setting MaxSelectedLabel to 0 and by setting the SelectedItemsText, but it shows a counter in front of it, which I would like to hide.
Not sure what’s your goal however you can customize the entire value area using ValueTemplate.