 Thanks for teaching me about an HTML attribute I didn't know before! The input has `pattern="[a-z0-9\.\-_]+"` so spaces are excluded - it'd be nice to note this on the dialog itself.
Thanks for teaching me about an HTML attribute I didn't know before!
The input has
pattern="[a-z0-9\.\-_]+"so spaces are excluded - it'd be nice to note this on the dialog itself.