-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
High
-
Affects Version/s: None
-
None
During beneficiary registration, selecting the “Mobile Number Not Available” option causes unexpected behavior in already filled form fields.
After entering values like Total Household Members, First Name, and Last Name, clicking on “Mobile Number Not Available” results in fields getting reset or populated with incorrect data (Village Name).
This indicates a data binding or UI state handling issue.
Steps to Reproduce
- Navigate to Beneficiary Registration
- Enter the following details:
- Total Household Members
- Last Name
- Click on “Mobile Number Not Available” checkbox
- Observe the field values
- Click the checkbox again (toggle)
Actual Result
- On first click:
- Last Name field gets replaced with Village Name
- On second click:
- Total Household Members field is replaced with Village Name
- Previously entered values are reset/overwritten unexpectedly
Expected Result
- Selecting or toggling “Mobile Number Not Available” should not affect other form fields
- All entered values should remain intact
- No incorrect data should be auto-populated