Pedro Martins
Pedro Martins
100% agree! I am not totally aware of the capabilities of Dusk, but what I enjoyed more in Pupeteer was the fact that it can handle javascript very well. I'm...
```php $this->crud->addField([ 'name' => 'commentable', 'morphOptions' => [ ['App\Models\PetShop\Owner', 'Owners'], ['monster', 'Monsters', [ 'placeholder' => 'Select a little monster' ]], ['App\Models\PetShop\Pet', 'Pets', [ 'data_source' => backpack_url('pet-shop/comment/fetch/pets'), 'minimum_input_length' => 2, 'placeholder'...
Hello @danielwaghorn thanks for the report. From my understanding the problem is not in the field itself, it's because when it "errors" (the html validation) cannot properly "validate" the ones...
Hey @danielwaghorn thanks for clarification. Your concerns are super valid, and I am aware of them. Now that you talk about it, I've sent a PR https://github.com/Laravel-Backpack/CRUD/pull/2340 sometime ago (sorry...
Hello @matheusb-comp thanks for raising this issue. I guess you are right for what seems to be the most recent Laravel recommendation. I am not sure they recommended the same,...
Indeed @promatik , I was thinking having both now, but yeah, it's impossible to have both folders. We can only fix this in 4.2 with a BC. @matheusb-comp the lang...
Hello @munjaldevelopment I am not sure if @tabacitu told you, but **don't work** in the `enum` column as that one will be added in https://github.com/Laravel-Backpack/CRUD/pull/4678 Cheers
Hello @jorgetwgroup This needed master to be merged here, I already did, you should be able to test it now. Also make sure you are in master branch in PRO...
Hey @jorgetwgroup I don't think `A->M->T->A` (the initials on the name column) are ordered ... 🙃 Cheers