material-components / material-components-web-catalog

Catalog of Material Components for the web (MDC Web)
https://material-components.github.io/material-components-web-catalog/
Apache License 2.0
116 stars 42 forks source link

Fix tab click event to use label text #253

Closed williamernest closed 5 years ago

williamernest commented 5 years ago

The tabs were refactored and this was missed. The google analytics events are coming in as tab_clicked_undefined since the tabPosition prop was removed. The children element passed in is the tab label text.