When entering a card's name, if we wait too long to type the first letter of the second word, after typing the space, the space is removed.
Step to reproduce
- Create a card (Event or other)
- Enter first word
- type " " (space) char
- Wait 3 seconds
- Type the first char of the second word
Actual: The space is trimmed resulting in the first letter of the second word to be concatenated to the first word
Expected: Both words should be spaced.
Suggestion, Trim the name once the user exit the event name edition.