I would like to check on this error that i encounter when using this forge
"" is not a valid input for e
This error will popup whenever i navigate to the screen which contain the implementation of the barcode generator.
Apart from the error everything else is working fine
Hi Jerah,Vasco,I just installed the generator and its demo and that is working fine with the pre-filled inputs.
You see that when you clear the input, the error is shown.
So when you check for the input having a value, you can prevent this error from happening.
Thank you for your reply , so to prevent the error we simply need to check of the string is empty if yes then do not generate the barcode :)
Yes indeed!
Also have this issue...