António Almeida

Results 88 comments of 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; ![image](https://user-images.githubusercontent.com/1838187/102801327-fb086780-43ac-11eb-8260-bf10c3565b1f.png) 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...