Skip to content

Commit

Permalink
HLM-1890:: If Default identifier is ID, "ID Number" field should be h…
Browse files Browse the repository at this point in the history
…idden from the UI. (#208)
  • Loading branch information
Ramkrishna-egov authored Oct 4, 2023
1 parent 91a52bd commit 984549f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ class _IndividualDetailsPageState
},
),
),
if(form.control(_idTypeKey).value !=
'DEFAULT')
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Expand Down

0 comments on commit 984549f

Please sign in to comment.