Moritz L'Hoest

Results 116 comments of Moritz L'Hoest

> I'm not aware of any law that requires individually togglable services though GDPR definitely requires informing the user of all the processing entities, and also being able to consent...

> It states that the user should have granular control and be able to accept/reject specific purposes (e.g. analytics, functionality, ads ...) if there are multiple purposes, but there is...

@sebastian-lenz Can you take a look at this? We're still seeing this issue.

@engram-design Quick like lightning ⚡Thanks!

@engram-design Thanks, I totally missed that! Is there any way to set this as the default? In **Formie -> Settings -> Fields** I can only set the **Default Date Display...

@engram-design +1 for changing the default! Safari 14.1+ support native date inputs, should be enough for most use-cases.

@engram-design Sounds great! I agree, users shouldn't have any options for responsive behaviour, that should be controlled by CSS. I think I'm going with something like this for now: ```css...

@engram-design Looking forward to it! Yeah, wrapping is inevitable. Sometimes this is unexpected for clients – especially when they sit at a tiny laptop with a low resolution and use...

Just for future reference, my finished solution looks like this now: ```css .fui-row { margin: 0; display: grid; gap: var(--fui-field-gutter); grid-template-columns: repeat(auto-fit, minmax(var(--field-min-width, 15rem), 1fr)); [data-fui-field-count='3'] { --field-min-width: 12rem; }...

@engram-design Ah that makes sense. Had a quick look at the spec – apparently [the `` element is allowed as the first child of the `` only](https://html.spec.whatwg.org/multipage/form-elements.html#the-legend-element). So browsers lifting...