We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89ad631 commit caa8719Copy full SHA for caa8719
core/src/components/input/input.tsx
@@ -298,7 +298,7 @@ export class Input implements ComponentInterface {
298
const nativeInput = this.nativeInput;
299
if (nativeInput) {
300
nativeInput.removeEventListener('compositionstart', this.onCompositionStart);
301
- nativeInput.removeEventListener('compositionEnd', this.onCompositionEnd);
+ nativeInput.removeEventListener('compositionend', this.onCompositionEnd);
302
}
303
304
0 commit comments