Motivation
We want to build an interface that supports editors as much as possible in making high quality edits. One part of this is to enforce character limits in the UI.
Workflow
Given I am in edit mode of the termbox
When I enter the amount of characters which is equal to the character limit of the field
Then more characters are not added to the input field
Acceptance Criteria
- For fields with character limits, enforce character input restrictions (i.e. no more input is added the the field when the limit achieved), following the configured settings.
Notes
We expect the following restrictuions to be currently set up for Wikidata
- label field: restrict character input to 250 characters
- description field: restrict character input to 250 characters
- alias field: restrict character input to 250 characters