問題タブ [reactive-forms]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
1 に答える
2089 参照

javascript - AngularのFormArrayリアクティブフォームで一意の値を取得するには?

ここで私の質問を示すために、stackblitz アプリを作成しました: https://angular-ry1vc1.stackblitz.io/

選択した HTML リストに formArray 値があります。ユーザーが選択を変更するたびに、選択した値をページに表示する必要があります。問題は、現在の選択のみを表示する方法であり、以前に選択した値を上書きしてはなりません。を使用しkeyて、値のプレースホルダーを一意にする方法を知りたいです。ティア

form.html

component.ts

0 投票する
1 に答える
1169 参照

angular - Check if there was an error in any control within the formgroupname

I have these controls within a group, I want that as soon as an error occurs, it is visualized in the template.

My file .ts:

#xA;

My file.html:

#xA;

When I ask if there was an error in the formGroupName:

#xA;

the error is not displayed

Any idea?