KillerCodeMonkey/ng-quill

How to add custom menu to toolbar

DenniLa2 opened this issue · 2 comments

Hello!
My code look like this:

<span class="ql-formats">
    <select class="ql-custom">
        <option class="ql-first-value" value="first-value" title="first"></option>
    </select>
</span>

In console I see quill:toolbar ignoring attaching to nonexistent format custom ...
I dont understand, where I should place event handlers and how add custom menu. Help me please! Some code, pls!

any updates @DenniLa2 if it comes too difficult - please ask in the quilljs repo, thanks