From: Carl Worth Date: Sat, 16 May 2020 22:38:02 +0000 (-0700) Subject: Refine the Game ID input field X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=187af1e5132e9320a3eccbe4b32360f0b0574856;hp=187af1e5132e9320a3eccbe4b32360f0b0574856;p=lmno.games Refine the Game ID input field Here we restrict it to 4 characters, force the input to uppercase, disable autocomplete (since we don't expect intentional reuse of game ID codes), and provide some instruction in the placeholder. ---