Skip to content

Commit

Permalink
Added required and validation on -ve number entry (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckote authored Sep 12, 2023
1 parent 534ccdf commit c70b081
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configuration/ampathforms/HTS_Eligibility_Screening.json
Original file line number Diff line number Diff line change
Expand Up @@ -799,6 +799,7 @@
"label": "Has the client ever had sex?",
"type": "obs",
"id": "sexuallyActive",
"required": "true",
"questionOptions": {
"concept": "5569AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "radio",
Expand Down Expand Up @@ -959,6 +960,7 @@
"questionOptions": {
"concept": "5570AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"rendering": "number",
"max": "",
"min": "0"
},
"validators": [],
Expand Down

0 comments on commit c70b081

Please sign in to comment.