-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{{#let @form as |form|}} | ||
<form.Section @title="Project Description"> | ||
<Ui::Question @required={{true}} as |Q|> | ||
<Q.Label> | ||
Please replace information in the brackets to the best of your ability. | ||
</Q.Label> | ||
|
||
<form.Field | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
@attribute="dcpProjectbrief" | ||
This comment has been minimized.
Sorry, something went wrong.
TangoYankee
Member
|
||
@type="text-area" | ||
id={{Q.questionId}} | ||
placeholder='A [action(s)] [ZR#'s for ZR, ZS, ZA] to facilitate a [new] [# of max stories], [total zsf, (# DU's)], [use] development, including [sf for each use, sf open space], is being sought by [public/private] [applicant] at [address] in [neighborhood], [Community District], [Borough].' /> | ||
This comment has been minimized.
Sorry, something went wrong.
TangoYankee
Member
|
||
</Ui::Question> | ||
</form.Section> | ||
{{/let}} |
The text area appears to have a default character limit of 2000. I think the feature request states that the limit should be 500 characters.