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
Title/description in form is truncated, so that the user can still see, hover over, and click the Submit button
Title takes up the entire view height, hiding the save button. User can TAB until focus is on Save and type Enter (but no one does that).
Create event with long title
Open event
Notice: No save button viewable
Some ideas:
lineClamp
User is unable to easily save events because of this 💀
The text was updated successfully, but these errors were encountered:
Hi @tyler-dane, can you assign this issue to me? I want to try solving this issue.
Sorry, something went wrong.
Sounds good!
Unassigned due to inactivity
No branches or pull requests
Prerequisites
Expected Behavior
Title/description in form is truncated, so that the user can still see, hover over, and click the Submit button
Current Behavior
Title takes up the entire view height, hiding the save button.
User can TAB until focus is on Save and type Enter (but no one does that).
Steps to Reproduce
Create event with long title
Open event
Notice: No save button viewable
Possible Solution (Not obligatory)
Some ideas:
lineClamp
value, similar to how the event rectangle is doing the same on the grid/sidebar.Context
User is unable to easily save events because of this 💀
The text was updated successfully, but these errors were encountered: