-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* drop `d.enqueue` & `d.workQueue` This was only used in tests and doesn't seem to be necessary. * drop `handleChange` from the `ComboboxInput` component This only emitted a `change` event, which Vue already emits as well. * drop `onChange` from incoming props This is an odd one. In Chrome this means that the `@change` is still being called, but if we keep it, then the `@change` is _also_ called on blur resulting in odd bugs. Droping it fixes that issue. That said, the `@change` is _still_ emitted and therefore the callback is properly called and the `ComboboxInput` still can interact with the `@change` event. * update changelog
- Loading branch information
1 parent
b8c214e
commit 569cec7
Showing
6 changed files
with
14 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters