fluentui
fluentui copied to clipboard
fix(TagItem v8): add missing data-id attribute
trafficstars
Previous Behavior
- N/A
New Behavior
- User can pass
removeButtonPropsattribute toTagItemwhich renders all the props on the close button - This allows better integration with test and tracking tools
Related Issue(s)
- https://github.com/microsoft/fluentui/issues/31366
Fixes
- Adds missing
data-idattribute to the close button inTagItemcomponent