dropdown in input

This commit is contained in:
Tykayn 2025-08-19 16:54:03 +02:00 committed by tykayn
parent 014ef90cc6
commit fff843e959
9760 changed files with 300 additions and 477104 deletions

View file

@ -8,9 +8,9 @@
<input (keydown)="handleKeyEvent($event)" [(ngModel)]="userInput"
placeholder="Ask questions, request or a web search" type="text">
<app-options-dropdown></app-options-dropdown>
<button (click)="submitMessage()" class="submit">
<i class="ri-send-plane-2-line"></i>
</button>
<app-options-dropdown></app-options-dropdown>
</div>