noum

Results 6 issues of noum

Question: does this work with Jetstream on Laravel 9, because I can't get past through the error "Please provide a valid cache path" on a second domain?

Before: ``` .icon-shopping-cart:before { content: "\e72f" } ``` After CSSO: `.icon-shopping-cart:before{content:""}` Is there a setting I need to activate to prevent this?

Hi, I'm using the jQuery version and have multiple pickers on the page, like: ``` var cp_picker = cp_input.colorPicker({ ... }), cp_picker2 = cp_input2.colorPicker({ ... }), ... ``` Then I...

``` var editor = AlloyEditor.editable(elementToEdit, { toolbars: { styles: { selections: [ { name: 'customToolbar', buttons: [ 'styles' ], test: AlloyEditor.SelectionTest.text } ] } } }); // editor on change...

When I click on other elements, the code editor closes and I need to click on its icon to show it every single time. I'm using the `pn.addPanel()` version

When the editing area is smaller than the toolbar, the toolbar shrinks itself to fit but this results in the toolbar having trouble positioning itself thus hiding the element being...

bug
help wanted