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

Replace history.push with replaceState #251

Open williamernest opened 5 years ago

williamernest commented 5 years ago

Back navigation is a little off with the new catalog since hitting the back key doesn't cause the select to update it's value.

One idea around this is to use replaceState instead of history.push.