dataliterate / data-populator

A plugin for Sketch and Adobe XD to populate your design mockups with meaningful data. Goodbye Lorem Ipsum. Hello JSON.
MIT License
1.67k stars 113 forks source link

Fix for numeric zeros not being handled correctly in all filters. #247

Closed drosen-appneta closed 3 years ago

drosen-appneta commented 3 years ago

this check on line 326:

if (!populated) {
  hasValueForKey = false

was failing with numeric zeroes. I added some code to convert numeric zeroes to string zeroes.

Please review and double-check.