We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, on the second page, the editor correctly restricts input to 280 characters (good) but doesn't tell the user what's happening.
Desired behaviour: implement a simple counter that tells people how many characters they have left. e.g. (n / 280 characters used).
This should also be applied to question-drafting and question-editing in the reading page. Ditto the QuestionDetails page.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, on the second page, the editor correctly restricts input to 280 characters (good) but doesn't tell the user what's happening.
Desired behaviour: implement a simple counter that tells people how many characters they have left. e.g. (n / 280 characters used).
This should also be applied to question-drafting and question-editing in the reading page. Ditto the QuestionDetails page.
The text was updated successfully, but these errors were encountered: