問題タブ [mat-autocomplete]
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.
angular - 非同期バリデーターと mat-autocomplete が連携しない
検証関数では、データが検証され、正常に機能するかどうかを確認するために API に要求を行います。
しかし、値がオブジェクトの場合は null を返しますが、それは mat-autocomplete を壊します (パネルは決して閉じません)。
テンプレート:
javascript - 複数の制御値変更のグループ化
各フォーム コントロールのフィルター機能をそれぞれトリガーするオートコンプリート機能。
以下で行ったように、複数のオブザーバブルを個別に使用して個別に書き留める代わりに、ステートメントをグループ化する方法はありますか?