add new param to mih dropdown

This commit is contained in:
2025-02-05 10:14:43 +02:00
parent b71c996d9a
commit 64071ce4e6
14 changed files with 29 additions and 0 deletions

View File

@@ -468,6 +468,7 @@ class _EditPatientState extends State<EditPatient> {
// },
editable: true,
required: true,
enableSearch: false,
dropdownOptions: const ["Yes", "No"],
),
ValueListenableBuilder(
@@ -483,6 +484,7 @@ class _EditPatientState extends State<EditPatient> {
hintText: "Main Member.",
editable: value,
required: value,
enableSearch: false,
dropdownOptions: const ["Yes", "No"],
),
const SizedBox(height: 10.0),