1.0.0 • Published 4 years ago

ionic-5-no-keyboard v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Ionic 5 No Keyboard

Ionic 5 Angular library used to hide the native keyboard on a given input when the input is focused.

Usage:

my-app.module.ts:

@NgModule({
  ...
  imports: [NoKeyboardModule],
  ...
})
export class MyModule { }

my-component.component.html:

<input no-keyboard type="text" />

This input, when focused, will display no native keyboard.

1.0.0

4 years ago