複数でPrimeNGp-calendar
を使用してselectionMode
います。
ユーザーが 5 つ以上の日付を選択すると、入力のテキストが長すぎて非表示になります。
4つ以上の日付が選択された場合、最初の4つの日付と「(+)」や「...」などの文字が表示されるように入力値を設定したい.
イベントに入力値を設定しようとしましたonselect
が、うまくいきません:
@ViewChild('multiDate', undefined) private multiDate:any;
public onDateSelect(selectedDate:any){
this.multiDate.inputfieldViewChild.nativeElement.value += "(+)";
this.multiDate.inputfieldValue += "(+)";
}
何か案は?
どうもありがとう!