-
Notifications
You must be signed in to change notification settings - Fork 25
Several minor bugs #12
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
Comments
Thank you for mentioning these - I will start to fix them now. |
Does this work with bootstrap for you? |
Merged
Works! Thanks for all corrections. Can you release it and provide it by cdn.jsdelivr.net? Thx! |
Yes; this is release 1.1.1: <script src="https://cdn.jsdelivr.net/gh/WebCoder49/code-input@1.1/code-input.js"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/WebCoder49/code-input@1.1/code-input.css"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, NICE work! Thanks for this trick.
I tested your release and found several problems (maybe bugs). This is my tested element:
There are a list of them which I found:
placeholder
is not shown. I tried to removevalue
param, but the placeholder is not shown in text area.onchange
is not called, no action for this function. I tried to testoninput
which works. Maybe change your documentation guide?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 attachedfont-size: large
for standard font size. This is a strange behavior.The text was updated successfully, but these errors were encountered: