Matt Triff
Matt Triff
@ManuSquall That's the same link I provided when I created the issue. The problem is that this should either be documented or included in the Windows installer (preferably the latter).
I'm not familiar with Laravel Livewire, but you need to also make sure that the Choices JS bundle and CSS are included in your output. From the README: ``` ```...
You still need to add the CSS and JavaScript files in your `` tag, otherwise Artisan will not include them in your build.
Thanks! This will need unit tests for the new function you added and some e2e tests for each input type. It looks like you need to run the linter as...
@brosua are you still interested in getting this merged?
Hello all, sorry for the long delay in getting this merged. I'd like to get this into the next release as well! Taking a look at the branch, it still...
This would be great functionality to add. If you are still interested in getting this merged, I think it makes more sense to require multiple classes be provided as an...
> 1. in "constants" file for KEY_CODES object : BACK_KEY should be 8 (and not 46), and DELETE_KEY should be 46 (and not 8) Nice catch, I'd be happy to...
Please provide a simplified code example demonstrating the bug.
This looks great! Can you rebase on the latest version? It would also be nice to have a test for this.