Pedro Martins

Results 447 comments of Pedro Martins

What I meant is that it's not part of our packages. ![image](https://github.com/Laravel-Backpack/community-forum/assets/7188159/c7756dd8-dc3f-4333-bff5-6b3763ccc469) This theme switcher only exists in demo. And 100% you shouldn't start your project from demo. https://github.com/Laravel-Backpack/demo/blob/main/app/Http/Middleware/Theme.php This...

Indeed @dtmirror there is no config to turn that off, as that was deliberately put/copy into there by whoever created that project. You can remove it by removing the middleware...

Thanks @jcastroa87 and @luckylads for the bug confirmation. I've released devtools 3.1.3 that should fix this. Let me know if you guys still experiencing issues. Cheers

Hey @tringuyenduc2903 and @karandatwani92 it's possible that this is fixed with the latest updates. I couldn't reproduce any of those errors: ```php CRUD::field('details') ->type('phone') ->size(6) ->tab('Texts'); ``` ![image](https://github.com/user-attachments/assets/0bff0974-8c93-4d7a-8ad0-91ae7019e0d1) ![image](https://github.com/user-attachments/assets/24ec5834-bb04-484a-a0d4-de600b6fd16e) I...

Hey @saucanot and @karandatwani92 Thanks for reporting and confirming the issue. 🙏 I've just released a fix in backpack/pro: 2.2.3 . Please allow a few moments for our private repository...

@tibbsa I never used screen readers, but I assume the requirement here is that the `for=something` matches the `id=something`? It could be something random, whatever, but the `for` and `id`...

This may be relatable: https://github.com/Laravel-Backpack/community-forum/discussions/714

> I see that the issue is still there after all those years. Hey @Mte90 it's not an issue, it's a feature request 👍 It had been postponed because filters...

@baj84 the solution given by @mwisner works as he said. We haven't implemented it yet, and like you already know, we are feature freeze during last months trying to get...