forked from yaso_meth/mih-project
remove testing of dropdown fields
This commit is contained in:
@@ -475,39 +475,39 @@ class _BusinessDetailsState extends State<BusinessDetails> {
|
||||
required: true,
|
||||
editable: false,
|
||||
),
|
||||
const SizedBox(height: 15.0),
|
||||
const Text(
|
||||
"My Test Data",
|
||||
style: TextStyle(
|
||||
fontWeight: FontWeight.bold,
|
||||
fontSize: 25,
|
||||
),
|
||||
),
|
||||
Divider(
|
||||
color:
|
||||
MzanziInnovationHub.of(context)?.theme.secondaryColor(),
|
||||
),
|
||||
const SizedBox(height: 10.0),
|
||||
MIHTextField(
|
||||
controller: typeController,
|
||||
hintText: widget.arguments.business!.type,
|
||||
editable: false,
|
||||
required: true,
|
||||
),
|
||||
const SizedBox(height: 15.0),
|
||||
MIHTextField(
|
||||
controller: titleController,
|
||||
hintText: widget.arguments.businessUser!.title,
|
||||
editable: false,
|
||||
required: true,
|
||||
),
|
||||
const SizedBox(height: 15.0),
|
||||
MIHTextField(
|
||||
controller: accessController,
|
||||
hintText: widget.arguments.businessUser!.access,
|
||||
editable: false,
|
||||
required: true,
|
||||
),
|
||||
// const SizedBox(height: 15.0),
|
||||
// const Text(
|
||||
// "My Test Data",
|
||||
// style: TextStyle(
|
||||
// fontWeight: FontWeight.bold,
|
||||
// fontSize: 25,
|
||||
// ),
|
||||
// ),
|
||||
// Divider(
|
||||
// color:
|
||||
// MzanziInnovationHub.of(context)?.theme.secondaryColor(),
|
||||
// ),
|
||||
// const SizedBox(height: 10.0),
|
||||
// MIHTextField(
|
||||
// controller: typeController,
|
||||
// hintText: widget.arguments.business!.type,
|
||||
// editable: false,
|
||||
// required: true,
|
||||
// ),
|
||||
// const SizedBox(height: 15.0),
|
||||
// MIHTextField(
|
||||
// controller: titleController,
|
||||
// hintText: widget.arguments.businessUser!.title,
|
||||
// editable: false,
|
||||
// required: true,
|
||||
// ),
|
||||
// const SizedBox(height: 15.0),
|
||||
// MIHTextField(
|
||||
// controller: accessController,
|
||||
// hintText: widget.arguments.businessUser!.access,
|
||||
// editable: false,
|
||||
// required: true,
|
||||
// ),
|
||||
//const SizedBox(height: 15.0),
|
||||
const SizedBox(height: 30.0),
|
||||
SizedBox(
|
||||
|
||||
Reference in New Issue
Block a user