Firefox built-in translator translates input element values

Recently my team have been having issues with the in built translator in Firefox translating the values of our radio inputs on our site. These values aren’t displayed to users, and are causing the answers to fail validation in our backend. This only happens on Firefox and not on our other supported browsers (Chrome, Edge and Safari).

We’ve tried a few things, including adding the translate=“no” attribute to the input elements, but this has not solved the issue.

Is this a known issue and, if so, are there any known ways of fixing it? If not, is this the appropriate space to report this issue or have I come to the wrong place? Apologies if so :sweat_smile:

Also, here’s a small repo if anyone wants/needs to recreate the issue themselves: