You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was setting ngx-avatar's name attribute to my user's Full Name. I get some errors like toUpper case is not a function. Then I realized ngx-avatar splitting the name by whitespace, and some of my users have whitespace in leading in their names. So an error occurs.
Maybe I am the one who should trim the name before saving to the db but also it can be added to the library.
Thank you
The text was updated successfully, but these errors were encountered:
Hi,
I was setting ngx-avatar's name attribute to my user's Full Name. I get some errors like toUpper case is not a function. Then I realized ngx-avatar splitting the name by whitespace, and some of my users have whitespace in leading in their names. So an error occurs.
Maybe I am the one who should trim the name before saving to the db but also it can be added to the library.
Thank you
The text was updated successfully, but these errors were encountered: