add new param to mih dropdown
This commit is contained in:
parent
b71c996d9a
commit
64071ce4e6
14 changed files with 29 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ class _BuildEmployeeListState extends State<BuildEmployeeList> {
|
|||
dropdownOptions: const ["Doctor", "Assistant"],
|
||||
required: true,
|
||||
editable: true,
|
||||
enableSearch: false,
|
||||
),
|
||||
const SizedBox(height: 10.0),
|
||||
MIHDropdownField(
|
||||
|
|
@ -197,6 +198,7 @@ class _BuildEmployeeListState extends State<BuildEmployeeList> {
|
|||
dropdownOptions: const ["Full", "Partial"],
|
||||
required: true,
|
||||
editable: true,
|
||||
enableSearch: false,
|
||||
),
|
||||
const SizedBox(height: 15.0),
|
||||
SizedBox(
|
||||
|
|
|
|||
|
|
@ -150,6 +150,7 @@ class _BuildUserListState extends State<BuildUserList> {
|
|||
dropdownOptions: const ["Doctor", "Assistant"],
|
||||
required: true,
|
||||
editable: true,
|
||||
enableSearch: false,
|
||||
),
|
||||
const SizedBox(height: 10.0),
|
||||
MIHDropdownField(
|
||||
|
|
@ -158,6 +159,7 @@ class _BuildUserListState extends State<BuildUserList> {
|
|||
dropdownOptions: const ["Full", "Partial"],
|
||||
required: true,
|
||||
editable: true,
|
||||
enableSearch: false,
|
||||
),
|
||||
const SizedBox(height: 15.0),
|
||||
SizedBox(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue