Eric Burel

Results 375 comments of Eric Burel
trafficstars

Related to https://github.com/Devographics/Monorepo/issues/248

@SachaG I was thinking of making this specific "invalid" field a warning rather than a blocking error? Given that having more fields than needed in the response isn't really a...

@SachaG I am scratching my head over this one, I can reproduce locally too, yet the yaml config seems correct and my entity folder is up to date

We could add a search parameter to the "/outline" version: - getting searchParams from the page props loses staticness, because you can't generate static pages based on them, it's a...

On it, for the record this is Firefox specific (perhaps Safari), it works ok in Chrome

Interestingly enough, this happens in React yet the generated HTML behave as expected in Firefox: https://codesandbox.io/s/festive-faraday-z5l6zq?file=/src/index.html I will try the `tabindex` but there might also be an issue with the...

@aardrian @Paiman-Rasoli I confirm `tabindex` (or `tabIndex` in React) has no effect here, and the HTML seems correct, so the issue stems from the form itself. I suspect that some...

I don't see event attached directly to the inputs but I'll keep that in mind, perhaps a bad interaction with another part of the app having such listener indeed.

@LeaVerou interesting, which version of Firefox? I will dig this issue again later this week when working on the form. At least I can reproduce easily on FF 117 so...

Closing as inactive, feel free to comment if you want to reopen