db-ui / mono

DB UX Design System Monorepo - Provides Design Tokens and components for Web UIs
https://db-ui.github.io/mono/review/main/
Apache License 2.0
55 stars 7 forks source link

Angular missmatch in generated component between `(input)` and `(change)` #2948

Open nmerget opened 1 month ago

nmerget commented 1 month ago

Which generators are impacted?

Reproduction case

onChange={} in Mitosis is converted to (input) fo Angular components.

This leads to wired behavior firing events multiple times in some cases.

Expected Behaviour

We need to align the behavior for Angular components, events should be fired only one time.

Screenshots

No response

Browser version

None

Add any other context about the problem here.

No response

nmerget commented 2 days ago

Will be solved if https://github.com/BuilderIO/mitosis/pull/1552 is done