ui5-webcomponents-react icon indicating copy to clipboard operation
ui5-webcomponents-react copied to clipboard

Add flag to control the behavior of `onChange`

Open Lukas742 opened this issue 3 years ago • 0 comments

With React, the native change (onChange) is fired on every keystroke unlike it does with the custom change event of the UI5 Web Components, which is only fired on blur, ENTER or some other interactions like selecting an option of a Select.

We should add a flag that enables the default behavior of React for the onChange, so app developers can decide on their own how they want to handle this.

Lukas742 avatar Jul 01 '22 11:07 Lukas742