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

@@ -369,6 +369,7 @@ class _BusinessAboutState extends State<BusinessAbout> {
dropdownOptions: const ["Doctors Office", "Other"],
required: true,
editable: true,
enableSearch: false,
),
const SizedBox(height: 10.0),
MIHTextField(
@@ -431,6 +432,7 @@ class _BusinessAboutState extends State<BusinessAbout> {
dropdownOptions: const ["Doctor", "Assistant"],
required: true,
editable: true,
enableSearch: false,
),
const SizedBox(height: 10.0),
MIHTextField(
@@ -475,6 +477,7 @@ class _BusinessAboutState extends State<BusinessAbout> {
dropdownOptions: const ["Full", "Partial"],
required: true,
editable: false,
enableSearch: false,
),
// const SizedBox(height: 15.0),
// const Text(