jsteinberg7 / Soshi

Revolutionizing contact exchange.
2 stars 0 forks source link

Handle users inputting "@" #26

Closed jsteinberg7 closed 2 years ago

jsteinberg7 commented 2 years ago

Some users may put "@" before their usernames. If the first character of a username is "@", we should chop it off when handling the link.

skanipakala commented 2 years ago

we can also put a fixed "@" in the textfield so they don't get confused.

skanipakala commented 2 years ago

Fixed "@" symbol. Added an input formatter. This one's good 2 go !