material design - badge attribute data-badge-caption in materialize css not working? -


<span class="new badge" data-badge-caption="custom caption">4</span> 

this still getting me "4 new" instead of "4 custom caption".

i'm using materialize version 0.97.6

find fiddle https://jsfiddle.net/x8w11aa0/

did load materialize.js file?

it seems working me here: https://jsfiddle.net/xpoh33m6/1/ using same code you:

<nav>   <span class="new badge" data-badge-caption="custom caption">4</span> </nav> 

edit: code working v0.97.7 not v0.97.6 (this feature possibly introduced in v0.97.7)


Comments

Popular posts from this blog

jOOQ update returning clause with Oracle -

java - Warning equals/hashCode on @Data annotation lombok with inheritance -

java - BasicPathUsageException: Cannot join to attribute of basic type -