-
Notifications
You must be signed in to change notification settings - Fork 6
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
Make title error visible and wrap when content is long #390
Conversation
{{on "input" this.setTitle}} | ||
{{did-insert this.focus}} | ||
/> | ||
{{#if this.error}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can put the if statement inside the class value here
{{#if this.error}} | ||
<input | ||
class="au-c-app-chrome__title-input au-c-input--error " | ||
placeholder="Naamloos document" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i18n please
@@ -1,6 +1,6 @@ | |||
{{#if @readOnly}} | |||
<h1 class="au-c-app-chrome__title"> | |||
{{this.title}} | |||
{{limit-content this.title 70}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably want some way to see the full title when read-only. (when not read-only, you can see it by editing it)
…into bugfix/improve-editor-document
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works as expected
Solves https://binnenland.atlassian.net/browse/GN-2674