QAZIMAAZARSHAD / Income-Tax-Calculator

Income Tax Calculation System For A Salaried Person
https://github.com/QAZIMAAZARSHAD/Income-Tax-Calcultor/blob/main/README.md
MIT License
36 stars 57 forks source link

Fixed the issue about Validating User input in Annual tax and Exemptions #74

Closed Prateek027-S closed 3 years ago

Prateek027-S commented 3 years ago

Issue Number 49

fixes #

ISSUE #49 #### Describe the changes you've made I used Regular Expressions to validate the user input. If the user enters invalid input or no input then an error message-box shows up. #### Describe if there is any unusual behaviour of your code(Write `NA` if there isn't) NA #### Additional context (OPTIONAL) Add any other context or screenshots about the feature request here. #### Test plan (OPTIONAL) Testing can be done by entering any invalid input such as characters or combination of numbers and characters. Or by leaving the fields empty and clicking the Calculate button. #### Checklist
QAZIMAAZARSHAD commented 3 years ago

Resolve conflicts

Prateek027-S commented 3 years ago

Okay