The Name field is said to only accept
Allowed characters: a-z, 0-9, dashes ("-"), underscores ("_") and dots.
but it does in fact take A-Z as well.
The problem is that A-Z and a-z is treated differently so if you have a name "ABC" and type in "ab" the autocomplete will not suggest ABC.
Comments
Comment #1
gaurav.kapoor commentedChanged UI text and added "A-Z" in allowed character case. Also, i am disabling autocomplete functionality for time being as it isn't much useful feature.
Comment #2
gaurav.kapoor commentedComment #3
gaurav.kapoor commented