When trying to edit the name of an existing policy parameter, for example ALLOWED_COUNTRIES, any character typed that isn't in the leading typing position (the rightmost character position) will place that one character at the insertion point before shifting the insertion point back to the rightmost position. This causes you to need to shift the typing position to where you need it for every individual character.