mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Update value on change
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.0-beta.15
|
||||
|
||||
- Fixed a bug where the `change` event wasn't updating the value in `sl-input`
|
||||
|
||||
## 2.0.0-beta.14
|
||||
|
||||
- Added dark theme
|
||||
|
||||
@@ -177,6 +177,7 @@ export class Input {
|
||||
}
|
||||
|
||||
handleChange() {
|
||||
this.value = this.input.value;
|
||||
this.slChange.emit();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user