Vinicius Arantes

Results 5 issues of Vinicius Arantes

This is a (multiple allowed): * [x] bug * [ ] enhancement * [x] question * CakePHP Version: 3.5.14 * Plugin Version/Branch: COMPOSER REQUIREMENTS (e.g. `dev-master`, `dev-4.0.1-alpha`, `3.1.*`). ### What...

bug
navbar-helper
url-comparer-trait

Olá Claudio! Estou usando o plugin e percebi um comportamento estranho com o MailCheck, não sei se estou fazendo alguma configuração errada ou se é um bug. Quando habilitado, o...

To start the repeater with some data, using the setList() function, the first element on the repeater is showing the delete button even is isFirstItemUndeletable is set to true.

The README show an example of the `hide` callback which is optional ``` hide: function (deleteElement) { if(confirm('Are you sure you want to delete this element?')) { $(this).slideUp(deleteElement); } },...

Excluded plugin works great. But I'm looking for an example to use the default behaviour (exclude hidden fields) AND exclude some fields by custom conditions. Is it possible to instanciate...