Fábio Santos
Fábio Santos
@nachitox I think https://github.com/jeremyharris/cakephp-lazyload/pull/27 will fix your problem.
I agree with you that It will lead to more complexity and currently I'm not looking for that solution but maybe a "nice to have" in the future since the...
Great news! I no longer use Prisma but I expect to come back in a few months
I believe this new architecture makes more sense to build a generic starter kit..
Does it makes sense to replace `:readonly="!editable"` with `:disabled="!editable"`? ping @jtommy @service-paradis
Hmm I was looking for a way to change the css of the input element to "disabled" instead of "read-only" when editable is "false". I don't think it's a breaking...
@jtommy https://codepen.io/fabiofdsantos/full/oNbWMPq
@service-paradis Seems to be related with `modal-card` usage. Maybe we should include a non-modal card example in docs? I replaced: ```html Content... ``` With: ```html Content... ``` Et voilá: 
But.. It requires the following "hack" to display horizontal modal margins in mobile version: ```scss .modal-card, .modal-content { margin: 0; padding: 0 $modal-content-margin-mobile; } ``` See: https://github.com/jgthms/bulma/issues/2387
I think the normal behaviour should be `modal-card` acting as `modal-content`. Or use `modal-content` instead.