kciter / react-barcode

A <Barcode/> component for use with React.
http://kciter.github.io/react-barcode/
ISC License
396 stars 72 forks source link

ITF14 not being rendered by the lib #100

Open noghartt opened 2 months ago

noghartt commented 2 months ago

I have a barcode that have the prop format being ITF14, but, for some reason, it doesn't render anything. Debugging the SVG, seems to not put anything through their internals, just being <svg></svg>. Any idea what could be? Do I need another required prop?

Code:

        <Barcode
          value={barcodeValue}
          displayValue={false}
          format='ITF14'
        />

Version of the lib: 1.5.3