Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Christian Simon
org.eclipse.openk-usermodules.statementPublicAffairs.frontend
Commits
a880e4a5
Commit
a880e4a5
authored
Sep 01, 2021
by
Christopher Keim
Browse files
[TOB-478] fix: Resize text area when showing in text blocks
parent
2c1d1b47
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/shared/text-block/components/text-block/text-block.component.html
View file @
a880e4a5
...
...
@@ -146,8 +146,14 @@
</div>
<div
[class.hidden]=
"!editText"
>
<textarea
#inputElement
(focusout)=
"onFocusOut($event)"
(input)=
"onInput(inputElement.value)"
[disabled]=
"appDisabled"
[value]=
"appBlockText"
appAutoTextFieldResize
class=
"openk-textarea text-input"
>
<textarea
#inputElement
appAutoTextFieldResize
class=
"openk-textarea text-input"
[appAutoResizeData]=
"editText"
[disabled]=
"appDisabled"
[value]=
"appBlockText"
(focusout)=
"onFocusOut($event)"
(input)=
"onInput(inputElement.value)"
>
</textarea>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment