フォーカスに使用される pipe を指定します。
<input [displayValuePipe] = "displayFormatPipe">
バインドされた値が書式設定記号を含むかどうかを指定します。
<input [includeLiterals] = "true">
入力マスクを設定します。
<input [igxMask] = "'00/00/0000'">
Emits an event each time the value changes.
Provides rawValue: string and formattedValue: string as event arguments.
<input (onValueChange) = "onValueChange(rawValue: string, formattedValue: string)">
入力マスクで入力可能な文字を表すキャラクターを設定します。 デフォルト値は "'_'" です。
<input [promptChar] = "'/'">
プレースホルダを指定します。
<input placeholder = "enter text...">
プレースホルダを指定します。
<input placeholder = "enter text...">
ぼかしに使用されるパイプを指定します。
<input [displayValuePipe] = "displayFormatPipe">IgxMaskDirective