Javier
Results
2
issues of
Javier
### Description Right now we have a `\Cake\View\Form\ContextInterface::getMaxLength` method to get and set `maxlength` attribute to input fields. Why don't we have a `minlength` attribute in a similar fashion? Is...
enhancement
helpers
I was dealing with an issue that duplicates items when I passed `nameCallback` as an array like this `[$object, 'methodName']`, for example, with this config: ```php // inside some Table::initialize()...