fix attribs

This commit is contained in:
Cory LaViska
2021-03-16 09:16:11 -04:00
parent b05d1967d0
commit cffa6726db
3 changed files with 19 additions and 5 deletions

View File

@@ -10,8 +10,10 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Added `sl-clear` event to `sl-select`
- Fixed a bug where dynamically changing menu items in `sl-select` would cause the display label to be blank [#374](https://github.com/shoelace-style/shoelace/discussions/374)
- Fixed the margin in `sl-menu-label` to align with menu items
- Fixed a bug where setting the `value` attribute or property on `sl-input` and `sl-textarea` would trigger validation too soon
- Fixed the margin in `sl-menu-label` to align with menu items
- Fixed `autofocus` attributes in `sl-input` and `sl-textarea`
- Improved types for `autocapitalize` in `sl-input` and `sl-textarea`
## 2.0.0-beta.33