mitosis
mitosis copied to clipboard
fix: issue with input and change event for angular, lit, stencil & html
Description
Please provide the following information:
closes #1484
Fixed issue where onInput
and onChange
treated the same for:
-
angular
-
lit
-
stencil
-
html
The generators should be able to handle both onInput
and onChange
if there isn't any special case for the desired framework.
Make sure to follow the PR preparation steps in CONTRIBUTING.md before submitting your PR:
- [ ] format the codebase: from the root, run
yarn fmt:prettier
. - [x] update all snapshots (in core & CLI): from the root, run
yarn test:update
- [ ] add Changeset entry: from the root, run
yarn g:changeset
and follow the CLI instructions. Alternatively, use the Changeset Github Bot to create the file.