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
Describe the bug
The ui5-datepicker fires "liveChange", while the ui5-input fires "input" event, which is a bit misleading/confusing for app developers and looks inconsistent.
Expected behaviour
To make the events` names consistent.
While on the same topic, let's discuss if the input event of the composed element should be stopped. Otherwise the user of the datepicker will receive two input events - one from ui5-datepicker and one from the composed ui5-input.
Describe the bug
The ui5-datepicker fires "liveChange", while the ui5-input fires "input" event, which is a bit misleading/confusing for app developers and looks inconsistent.
Expected behaviour
To make the events` names consistent.
Context
SAP-samples/ui5-webcomponents-sample-vue#14
The text was updated successfully, but these errors were encountered: