anz-bank / anz-codebreakers

Small game created as a web app for Go Girl Go for IT!
https://anz-bank.github.io/anz-codebreakers
MIT License
1 stars 4 forks source link

If an incorrect letter is entered, clear it from the hidden input field #14

Closed loliver closed 6 years ago

loliver commented 6 years ago

At the moment it starts giving you auto-correct suggestions on a mobile keyboard.

loliver commented 6 years ago

Linked the input on <CodeSymbol /> to a state variable that never changes from an empty string, onChange event is still bubbled up to the HoC.