ADmad
ADmad
> Depends on what tailwind based package you use. [Flowbite](https://flowbite.com/docs/forms/checkbox/) doesn't nest but [DaisyUI](https://daisyui.com/components/checkbox/) does I only looked at the examples here https://tailwindui.com/components/application-ui/forms/form-layouts. Had no idea there are various UI...
> We could introduce this as an opt-in feature for 5.x and then flip the default in 6.x. Disabling the nesting for individual checkboxes is already possible in 5.x, requires...
> Should we have a config option to change the default value of nestedInput? Yes I was thinking along those line too. Also the `nestedInput` option only affects single checkboxes....
Changing the default to un-nested in 6.0 is pending.
You need to use [nesting validators](https://book.cakephp.org/3.0/en/core-libraries/validation.html#nesting-validators) for nested data.
Is `slug` in the accessible fields list of your entity?
> Normal find(), nothing special `find()` doesn't marshal anything, `newEntity()` or `patchEntity()` does.
All these are private properties, shouldn't it be safe to change them? ``` [BC] CHANGED: Type of property Laminas\Diactoros\RequestTrait#$protocol changed from having no type to string [BC] CHANGED: Type of...
Thank you for the trait example, I'll revert the related changes. I am still not convinced the constructor change is a BC break :) The arguments aren't being changed, just...
I don't think the test failures are related to the changes in this PR.