Class IgxInputGroupComponent

実装

  • IgxInputGroupBase
  • AfterViewChecked
  • OnDestroy

コンストラクター

プロパティ

defaultClass: boolean = true

IgxInputGroupComponent の自動生成されたクラスを有効/無効にするプロパティです。 デフォルトでクラスが適用されます。 デフォルトでクラスが適用されます。

デフォルトでクラスが適用されます。

 @ViewChild("MyInputGroup")
public inputGroup: IgxInputGroupComponent;
ngAfterViewInit(){
this.inputGroup.defaultClass = false;

}

element: ElementRef<HTMLElement>
suppressInputAutofocus: boolean = false

入力グループ内の他の要素 (Prefix または Suffix など) をクリックすると、入力に自動的にフォーカスすることを防止します。

備考

自動フォーカスにより、ソフトウェア キーボードがモバイル デバイスに表示されます。

<igx-input-group [suppressInputAutofocus]="true"></igx-input-group>

アクセサー