diff --git a/src/components/input/input.ts b/src/components/input/input.ts index 47440738e3e..d90afcb38aa 100644 --- a/src/components/input/input.ts +++ b/src/components/input/input.ts @@ -44,8 +44,8 @@ import { Platform } from '../../platform/platform'; * `checkbox`, `radio`, `toggle`, `range`, `select`, etc. * * Along with the blur/focus events, `input` support all standard text input - * events like `keyup`, `keydown`, `keypress`, `input`,etc. Any standard event - * can be attached and will function as expected. + * events like `keyup`, `keydown`, `keypress`, `input`, etc. Any standard event + * can be attached and will function as expected. Example: `` * * @usage * ```html