Skip to content
New issue

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

Module Editor: Max character count for Set Lesson Title modal #151

Open
2 tasks
jfdoming opened this issue May 31, 2022 · 1 comment
Open
2 tasks

Module Editor: Max character count for Set Lesson Title modal #151

jfdoming opened this issue May 31, 2022 · 1 comment
Labels
low priority Deprioritized tasks that we will get to if we have time

Comments

@jfdoming
Copy link
Contributor

jfdoming commented May 31, 2022

Summary

Add a max character count validation to the "set lesson title" modal.

Goals

  • Validate the text field in the modal and prevent users from typing or submitting if they exceed the max character count (100).
  • Display counter with # of characters left beneath the text field.

Implementation

Figma: https://www.figma.com/file/Dimm13cjrpYU5LkcrV6VxF/Course-Editor?node-id=703%3A5903

  • You can use onKeyDown and just not update the text field text to stop users entering more text once the text field is full.
@draymond63
Copy link
Contributor

This is low priority, probably should be a future ticket

@draymond63 draymond63 added the low priority Deprioritized tasks that we will get to if we have time label Jul 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low priority Deprioritized tasks that we will get to if we have time
Projects
None yet
Development

No branches or pull requests

2 participants