Ben
Ben
``` html ``` Also be nice if there was a way of controling the size via data attribute. At the moment I have to do this: ``` javascript $this.checkboxpicker({ defaultClass:...
I use Cleave for UI space formatting so needed a way of removing this. ```js const cleaveNumeral = new Cleave(elm { numericOnly: true, delimiters: [' '], blocks: [3, 3], });...
Is there a cleaner way of checking both? ``` @foreach($users as $user) @canImpersonate() @canBeImpersonated($user) Impersonate this user @endCanBeImpersonated @endCanImpersonate @endforeach ``` User model I only want super admin to be...
Allow to textarea ID to be dynamic without breaking multilingual code. Also trap error if any issue loading tinymce.
Fixes display issue with table/bread called 'widgets'
Fixes issue: https://github.com/the-control-group/voyager/issues/4543
### Laravel version 8 ### PHP version 7.4 ### Voyager version 1.4 ### Database Mysql ### Description Creating a 'file' field with laravel optional validation is not possible due to...