António Almeida
António Almeida
Hi @shivammathur 🙌 Thank you for reporting the issue and give us an hint on how you've solved it 👌 I've created a PR to fix this issue https://github.com/Laravel-Backpack/CRUD/pull/4659, so...
Hey @ziming! Thank you for the PR, in my opinion this is a MUST 👌 In the between, I added a commit because there was a PHP error, `Password` class...
@tabacitu, idea; Should backpack help on it? Maybe it would be a nice thing to have it on configs. `configs/backpack/base.php` ```php 'password_validation_rules' => [ 'required', 'min:8', // 'uncompromised', // 'mixedCase',...
@pxpm I think we should use the placeholder of `select2`. But as far as I understood, it removes our empty option, so we would need to also allow the clear...
@pxpm maybe I was not clear, I think we should use the `placeholder` argument of `select2`. I tried but it removes our empty option, so we would need to also...
Ok, let's make it more clear 😅 I agree with; - I also **don't** like to **don't** have and "empty" option. It would be nice to have the empty option...
@tabacitu I found this very odd, look at this screenshot;  The code is commented, I double check on developer panel, and the sidebar still works 😅 On `bundle.js` there...
I end up adding the span container to other crud buttons, it may be useful. If there is an easy way do it without this PR, please let me know...
@gabacode what solution is that screenshot of? The overflow hidden approach or the span?
@gabacode the idea of the `` option, is to avoid the `overflow: hidden` plus `width: forced px` and use `display: none` directly to the span. @pxpm where do you think...