decompme / decomp.me

Collaborative decompilation and reverse engineering website
https://decomp.me
MIT License
351 stars 108 forks source link

Add 'spellCheck={false}' to all relevant <input> components #1169

Closed mkst closed 3 months ago

mkst commented 3 months ago

Closes #1168. I dont have any spellchecking on the live site (using Chrome), so can someone confirm this change does what it should?

marijnvdwerf commented 3 months ago

Checked

mkst commented 3 months ago

Search is top left on the main page.

Re: diff label, the code is there, this is what I see when i inspect the diff label input, spellcheck="false" is set: image

marijnvdwerf commented 3 months ago

Ah, that one seems to already work properly on prod. I guess <input type="search"> acts differently.

SearchItem doesn't appear to be used at all in the codebase?