cosminadrianpopescu / ionic-no-keyboard

Small library to hide a native keyboard from a given input

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ionic No Keyboard

Ionic 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.

About

Small library to hide a native keyboard from a given input


Languages

Language:TypeScript 100.0%