We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hiya, love the library 👍
I'm running into some problems following the documentation, though. As per the docs this should render a toolbar properly (the buttons render fine):
<section id="toolbar"> <select class="ql-size"> <option value="regular">Regular</option> <option value="title">Title</option> </select> <button class="ql-bold">B</button> <button class="ql-italic">I</button> <button id="save">Save</button> </section> <section id="editor"></section>
const editor = new Quill('#editor', { modules: { toolbar: '#toolbar' } });
But this hides the content of the select tag for some reason.
select
I'm using Quill version 1.0.4 in conjunction with Electron version 1.4.1.
1.0.4
1.4.1
Steps to reproduce:
Edit: I've tested it in a basic HTML-file in Firefox and Chrome and have had the same result.
The text was updated successfully, but these errors were encountered:
c70455d
Thanks for the quick resolution @jhchen, great work! 🎉
Sorry, something went wrong.
fix slab#997
d32c083
915dc38
No branches or pull requests
Hiya, love the library 👍
I'm running into some problems following the documentation, though. As per the docs this should render a toolbar properly (the buttons render fine):
But this hides the content of the
select
tag for some reason.I'm using Quill version
1.0.4
in conjunction with Electron version1.4.1
.Steps to reproduce:
Edit: I've tested it in a basic HTML-file in Firefox and Chrome and have had the same result.
The text was updated successfully, but these errors were encountered: