We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4145aca commit 3e0109dCopy full SHA for 3e0109d
report-app/src/app/shared/ai-assistant/ai-assistant.html
@@ -62,8 +62,7 @@ <h2>AI Assistant</h2>
62
<div class="input-container">
63
<textarea
64
#userInputElement
65
- [ngModel]="userInput()"
66
- (ngModelChange)="userInput.set($event)"
+ [(ngModel)]="userInput"
67
placeholder="Ask a question about the report..."
68
(keydown.enter)="$event.preventDefault(); send()"
69
[readonly]="isLoading()"
0 commit comments