diff options
author | benal01 <bja4245@rit.edu> | 2025-03-22 12:28:36 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-03-22 12:28:36 -0400 |
commit | 2ae7c1036b7ce398e2b18928215f74d57bb3cec6 (patch) | |
tree | 038bf5a4a44427263ac17b0f1bbb8160433b54ea /ufund-ui/src/app/components/need-list/need-list.component.html | |
parent | d8b9c0da32383630f0831fdf6a7f13c96174ee4c (diff) | |
download | JellySolutions-2ae7c1036b7ce398e2b18928215f74d57bb3cec6.tar.gz JellySolutions-2ae7c1036b7ce398e2b18928215f74d57bb3cec6.tar.bz2 JellySolutions-2ae7c1036b7ce398e2b18928215f74d57bb3cec6.zip |
search reformatting
Diffstat (limited to 'ufund-ui/src/app/components/need-list/need-list.component.html')
-rw-r--r-- | ufund-ui/src/app/components/need-list/need-list.component.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/need-list/need-list.component.html b/ufund-ui/src/app/components/need-list/need-list.component.html index 9f22633..0345519 100644 --- a/ufund-ui/src/app/components/need-list/need-list.component.html +++ b/ufund-ui/src/app/components/need-list/need-list.component.html @@ -1,8 +1,7 @@ <h1>Needs List</h1> <div id="search-container"> <form id="search-form" #searchForm="ngForm"> - <label>Search:</label><br> - <input type="text" name="search" (input)="search(searchForm.value)" ngModel> + <input type="text" name="search" placeholder="Search in {{needs.length}} needs..." (input)="search(searchForm.value)" ngModel> <input type="reset" value="Clear" (click)="search(null)"> <br> </form> <!--<button (click)="close()">Close</button>--> |