Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contributingGuides/FORMS.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ For a working example, check [Form story](https://github.com/Expensify/App/blob/

### Character Limits

If a field has a character limit, we should give that field a max limit. This is done by passing the character limit validation in the validate function.
If a field has a character limit, we should give that field a max limit. This is done by passing the character limit validation in the validate function. Our general guidelines for character limits are 100 characters for titles/names and 500 characters for supporting/description messages. If a field has a specific need for a different limit, that is fine. Otherwise, please follow the guidelines for consistency.

Here's an example for a form that has one input `name`, and has character limit of 100:

Expand Down
Loading