Skip to content

FE-954: Username input field repeats

Kamal Bramwell requested to merge FE-954_username_input_repeats into development

Removed text input filter that was automatically removing invalid characters-- it was too buggy if the user types really fast.

Instead, its now using real-time text validation to alert user when an invalid character has been entered

Edited by Kamal Bramwell

Merge request reports