Closed boonier closed 5 years ago
In the docs, it specifies valueTextClass to set the class for the value-text element.
valueTextClass
Looking in the code at line 85, valueTextClass is in fact valueClass:
valueClass
valueClass: "value-text"
@boonier Thanks for pointing this out! Will fix this in the next release
In the docs, it specifies
valueTextClass
to set the class for the value-text element.Looking in the code at line 85,
valueTextClass
is in factvalueClass
:valueClass: "value-text"