mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
The `input` field for compiler arguments in noscript has `autocomplete` set to off, which results in the field being cleared between each compilation on Safari & Samsung Internet. Also, autocorrect and auto capitalization are enabled in the source code `textarea`, which makes it incredibly tedious to type anything on mobile. This PR addresses both of these issues.