-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
fix(Dav): make absenceform textarea not overlap #56055
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
base: master
Are you sure you want to change the base?
Conversation
szaimen
left a comment
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.
LGTM from screenshot but did not test
jancborchardt
left a comment
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.
Can’t see the autosize connection but if that automatically works on this, consider it an approval. :)
No this isn't autosize, it's just 6 rows, and after that you get a scrollbar. Speaking of autosize I would propose to add it as a feature to |
e14edf1 to
0393ed2
Compare
hamza221
left a comment
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.
Signed-off-by: Grigory Vodyanov <[email protected]>
0393ed2 to
d32ffe5
Compare
|
/compile / |
| @search="asyncFind" /> | ||
| <NcTextField v-model="status" :label="t('dav', 'Short absence status')" :required="true" /> | ||
| <NcTextArea v-model="message" :label="t('dav', 'Long absence Message')" :required="true" /> | ||
| <div class="absence-long-message__wrapper"> |
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.
Any DOM node within a block can be an element. Within a given block, all elements are semantically equal.
Elements should be inside blocks not the other way around
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.
Maybe just rename to
absence-long-messageabsence-long-message__input
Signed-off-by: nextcloud-command <[email protected]>
susnux
left a comment
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.
good expect inverted BEM.
@GVodyanov Sounds good to me – we should indeed probably always have autosize on textareas, regardless of the place. Is there an issue in the components repo with the technical details already? |


Fix #56156
Summary
Checklist
3. to review, feature component)stable32)