Sacha Greif
Sacha Greif
Yes in theory you always have to pick a "main" experience answer before you can pick a follow-up, but because of UI weirdness it might not always be the case...
> This construct is the problem: Is the issue the `role="radio"` part? I added that because when the "Interested" / "Not Interested" buttons are hidden, we give them `role="presentation"` so...
We wanted to hide them visually to avoid cluttering up the page even more. I think we chose to hide them using `opacity` and not just remove them from the...
Sorry for not being clear before, yes I did remove role=radio. And just to confirm, using `visibility` instead of `opacity` would solve the screen reader issue?
Oh ok, sorry for misunderstanding, and thanks for the added details.
> Have logic to merge back the new data into the Mongo database. The format could be CSV, with a column recalling the response "_id" in the database and more...
I agree this would be cool, but I'm worried it would only work for a few features, since a lot of them don't really have a visual representation. It would...
We probably shouldn't delete any user data? Maybe just handle the error better?
It was just an outdated locale string, fixed now.
Oh you're right, on it.