-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Description
First, NICE work! Thanks for this trick.
I tested your release and found several problems (maybe bugs). This is my tested element:
<code-input id="httpHeadersCodeInput" style="font-size: large; resize: vertical; overflow: auto; height: 400px; width: 100%;"
lang="HTTP" placeholder="Type HTTP HEADERS here" template="syntax-highlighted" onchange="httpHeadersOnChange(this.value);"
value="Accept-Charset: utf-8"</code-input>There are a list of them which I found:
placeholderis not shown. I tried to removevalueparam, but the placeholder is not shown in text area.- function
onchangeis not called, no action for this function. I tried to testoninputwhich works. Maybe change your documentation guide? - In some environments, like
bootstrap, the triangle for resizing of area is outside of rendered code rectangle. In addition, it seems that much more space is defined outside. Maybe some wrong calculation between text area and code area. Screenshot attached

- Default font is very large, around extra-large or higher. It is not common approach, I have to use
font-size: largefor standard font size. This is a strange behavior.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels