scttcper/ngx-emoji-mart

Explicitly setting title attribute of ngx-emoji to null is a problem

Nothorse opened this issue ยท 2 comments

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.

๐ŸŽ‰ This issue has been resolved in version 7.1.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€

Thanks. I'll have to wait with testing, we won't upgrade to angular 14 until it goes to LTS. I'll give feedback then.