Pedro Martins
Pedro Martins
What I meant is that it's not part of our packages.  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...
ping @jcastroa87
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'); ```   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...