feat(libra): expense/income form UI fixes #139
1 changed files with 1 additions and 2 deletions
feat(libra): match income Description field to the expense form
Fold the description guidance into the placeholder and drop the separate FormDescription helper line, so the income Description field mirrors the expense form's structure.
commit
87f86647e7
|
|
@ -96,12 +96,11 @@
|
||||||
<FormLabel>Description *</FormLabel>
|
<FormLabel>Description *</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Textarea
|
<Textarea
|
||||||
placeholder="e.g., Workshop fee, Donation, Service revenue"
|
placeholder="A detailed description of the income source, and what it was for (event/project/etc)..."
|
||||||
v-bind="componentField"
|
v-bind="componentField"
|
||||||
rows="3"
|
rows="3"
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<FormDescription>Describe the source of this income</FormDescription>
|
|
||||||
<FormMessage />
|
<FormMessage />
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</FormField>
|
</FormField>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue