🐛 Bug Fixes
- When the attribute value is
false
, the style incorrectly displays astrue
. (9634028) - text-field: Fixed scrollbar style for multi-line text field. (2576afc, #355, #338, #338)
- text-field: Text no longer overlaps the label. (dad9107)
- text-field: Fixed animation error for the label. (16fbb66, #354)
- text-field: Height did not automatically revert when assigned to empty. (6c9ef64, #347)
- text-field: Input event was incorrectly triggered twice. (95308da, #334)
- text-field: Fixed the
autocomplete
attribute not functioning whentype="password"
. (eeae202, #356 ) - snackbar: Changed to vertical stacking display when multiple snackbars are shown simultaneously. (d699173, #350)
- The functions
alert
,confirm
,dialog
,prompt
, andsnackbar
incorrectly listened for event bubbling from child elements. (0032335, #353 ) - dropdown, navigation-drawer, select, tabs, text-field, and tooltip components were not initialized correctly when added back into the DOM from the cache. (3bdd502, #341)
- top-app-bar, bottom-app-bar, and navigation-bar components incorrectly added padding. (ed2c054, #343, #344)
🤝 New Contributors
- @CarlosEGuerraSilva made their first contribution in #355
- @swagliquido made their first contribution in #356
Full Changelog: v2.1.2...v2.1.3