-
My client noticed that they could only activate the cursor in the textarea by clicking near the placeholder text. They would like to be able to click anywhere in the textarea. How would this be accomplished. The result would be similar to how github's discussion rich text editor works. TIA |
Beta Was this translation helpful? Give feedback.
Answered by
cort68
Sep 30, 2022
Replies: 1 comment
-
I was able to pierce the shadow DOM using ::ng-deep to accomplish what I needed. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cort68
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was able to pierce the shadow DOM using ::ng-deep to accomplish what I needed.
::ng-deep ngx-editor > div > div { min-height: 240px; }