diff options
| author | benal01 <bja4245@rit.edu> | 2025-03-31 17:42:40 -0400 | 
|---|---|---|
| committer | benal01 <bja4245@rit.edu> | 2025-03-31 17:42:40 -0400 | 
| commit | 643afd1d6ffcca3597556d287944eaf487da709c (patch) | |
| tree | dc9f5748a9276123ca8109fa9720f19405b8098f /ufund-ui/src/app/components/cupboard/cupboard.component.html | |
| parent | d4dd348e81d3aef4cc62335f1dad5a02452dfadd (diff) | |
| download | JellySolutions-643afd1d6ffcca3597556d287944eaf487da709c.tar.gz JellySolutions-643afd1d6ffcca3597556d287944eaf487da709c.tar.bz2 JellySolutions-643afd1d6ffcca3597556d287944eaf487da709c.zip  | |
frontend description editing and display
Diffstat (limited to 'ufund-ui/src/app/components/cupboard/cupboard.component.html')
| -rw-r--r-- | ufund-ui/src/app/components/cupboard/cupboard.component.html | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/ufund-ui/src/app/components/cupboard/cupboard.component.html b/ufund-ui/src/app/components/cupboard/cupboard.component.html index 89d8fbe..f6a2041 100644 --- a/ufund-ui/src/app/components/cupboard/cupboard.component.html +++ b/ufund-ui/src/app/components/cupboard/cupboard.component.html @@ -47,9 +47,10 @@              <label>Physical</label><br>              <input type="checkbox" name="urgent" [(ngModel)]="selectedNeed.urgent">              <label>Urgent</label> <br> -            <input type="submit" value="Submit"> -            <label>Description</label> +            <label>Description</label> <br>              <textarea name="description" [(ngModel)]="selectedNeed.description"></textarea><br> +            <input type="submit" value="Submit"> +                      </form>          <span *ngIf="statusText">{{statusText | async}}</span>  | 
