LabTechUDF / LabTechUDF/interfaces-usuario
Bug: Auxiliary text field behavior incorrect when Yes/No field is selected
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Preconditions:
Have an authorized email
Steps to reproduce:
1- Navigate to Event Register form
2- Navigate to Event Logistics step
3- In the fields "Trilha empreendedora" and/or "Projeto Extensão" select "Sim"
4- Leave the auxiliary text field empty.
5- Attempt to proceed to the next step.
6- Go back and change the selection to "Não".
7- Try typing text into the auxiliary text field.
Expected Result:
- If "Sim" is selected, the auxiliary text field should become mandatory, and the user cannot proceed without entering text.
- If "Não" is selected, the auxiliary text field should be disabled (not editable).
Actual Result:
- User can select "Sim" and proceed without entering text in the auxiliary field
- Auxiliary text field is still editable even when "No" is selected.
Severity:
Severity: High (validation bypass allows incomplete data submission).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the Event Register form's Event Logistics step and reproduce the behavior for the "Trilha empreendedora" and "Projeto Extensão" fields. Verify the auxiliary field's validation and editability for both "Sim" and "Não" selections; done means required text blocks progression for "Sim" and the field is disabled for "Não".
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100