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
Is your feature request related to a problem? Please describe
The avatar component is being used extensively across our website and it would be beneficial to have a default placeholder/profile/avatar picture that is set when src is null or image loading from the provided src value fails for any reason.
This will eliminate the need to specify this default image on our side for each usage of the Avatar component and will have nicer user experience, i.e. to display some default image (grey avatar image) instead of the browser's broken image symbol.
Describe the solution you'd like
The default placeholder image should be displayed when src for avatar component is set to null, or when it is not null, but the loading of an image fails for any reason.
An example of such default image could be as follows, or any other appropriate image for that case:
Describe alternatives you've considered
Having default image on our side and update all the usages to specify the default image. This will require the same actions for any new usages.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component that this feature request involves
Avatar
Is your feature request related to a problem? Please describe
The avatar component is being used extensively across our website and it would be beneficial to have a default placeholder/profile/avatar picture that is set when src is null or image loading from the provided src value fails for any reason.
This will eliminate the need to specify this default image on our side for each usage of the Avatar component and will have nicer user experience, i.e. to display some default image (grey avatar image) instead of the browser's broken image symbol.
Describe the solution you'd like
The default placeholder image should be displayed when src for avatar component is set to null, or when it is not null, but the loading of an image fails for any reason.
An example of such default image could be as follows, or any other appropriate image for that case:
Describe alternatives you've considered
Additional context
No response
The text was updated successfully, but these errors were encountered: