DNNCommunity / dnn-elements

Collection of Dnn Stencil custom elements
https://dnncommunity.github.io/dnn-elements/
MIT License
18 stars 10 forks source link

Fixed an issue with 0 string float label #1215

Closed valadas closed 3 weeks ago

valadas commented 3 weeks ago

What was corrected in #1212 only handled the input being of type "number" but having the string "0" also caused the label issue. This PR fixes that.