mitosis icon indicating copy to clipboard operation
mitosis copied to clipboard

fix: issue with input and change event for angular, lit, stencil & html

Open nmerget opened this issue 5 months ago • 2 comments

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.

nmerget avatar Sep 06 '24 13:09 nmerget