amaelftah/laravel-trix

Not rendering configuration

realtarget opened this issue · 1 comments

Hey there,

i'm currently testing laravel-trix as a new editor for my webapp. Unfortunately the custom configuration is not rendering as expected.

Blade:

<div class="form-group">
<label for="exampleFormControlSelect2">Comment?</label>
@trix(\App\Events::class, 'description', [ 'containerElement'=>'div', 'id'=>'comment_editor', 'hideToolbar'=>'true', ])
</div>

Generated HTML:
grafik

Output:
grafik

Any ideas?

@realtarget should be fixed in version 2.0.1