You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the above example, each input will trigger a console log twice.
This likely happens because the input event is propagated downwards. For example, this will actually print in the console:
In the above example, each input will trigger a console log twice.
This likely happens because the
input
event is propagated downwards. For example, this will actually print in the console:Since, on input, the
mdui-text-field
component also emits an input CustomEvent, I believe this is why the duplication happens.mdui/packages/mdui/src/components/text-field/index.ts
Lines 830 to 836 in c6dcfe2
The text was updated successfully, but these errors were encountered: