クラス IgxInputGroupComponent

階層

Hierarchy

  • DisplayDensityBase
    • IgxInputGroupComponent

実装

  • IgxInputGroupBase
  • AfterViewChecked
  • OnDestroy

コンストラクタ

プロパティ

defaultClass: boolean = true

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

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

}

densityChanged: EventEmitter<IDensityChangedEventArgs> = ...
element: ElementRef<HTMLElement>
suppressInputAutofocus: boolean = false

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

Remarks

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

Example

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

アクセサー