Open vaibhava17 opened 1 year ago
@vaibhava17 You can work on it.
Is this issue still open, I want to work on this
Hi I have Fix this Issue and send you the pull request. please review my code and merge my pull request.
@Ashish89088 i have already done that and they are not active
Yes I have seen that you have taken mod with 400 , but this code is running fine for all inputs. Your case fails when user enters suppose 401 , so 401%400 = 1 , and for this size the qr is not showing. I have bounded the range of input in the range of [200,400] .
I am attaching the screenshots for two different input. The QR is now shown for all types of input. Please review this and run it for different testcases once.
I will add a specific limit to the number field with error message on submitting. Which will help in handling this issue.