JsBarcode icon indicating copy to clipboard operation
JsBarcode copied to clipboard

Complete validate function and auto detectand prevent error

Open JohnAdib opened this issue 6 years ago • 1 comments

Hi and thanks for lib;) Some tips to improve

  • it's better to automatically detect format of barcode
  • complete validate function to return format
  • prevent error in code if string of code is not valid on selected format

JohnAdib avatar Nov 13 '17 12:11 JohnAdib

Hi,

it's better to automatically detect format of barcode complete validate function to return format

https://github.com/lindell/JsBarcode/issues/186#issuecomment-325422746

prevent error in code if string of code is not valid on selected format

You can use valid option or try/catch to avoid it.

SanichKotikov avatar Nov 13 '17 12:11 SanichKotikov