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
We want to use ngx-emoji within a badge for reactions, similar to many chat systems. We provide a custom title for the whole component, but ngx-emoji sets the title attribute to "", which breaks the title on the surrounding div. It is also not possible to set the title from outside as title is not an input.
Please either make the title accessible or do not set the attribute at all if the value is null. This way containing divs can display their own title.
The text was updated successfully, but these errors were encountered:
We want to use ngx-emoji within a badge for reactions, similar to many chat systems. We provide a custom title for the whole component, but ngx-emoji sets the title attribute to "", which breaks the title on the surrounding div. It is also not possible to set the title from outside as title is not an input.
Please either make the title accessible or do not set the attribute at all if the value is null. This way containing divs can display their own title.
The text was updated successfully, but these errors were encountered: