remove testing of dropdown fields

This commit is contained in:
2024-10-21 11:33:59 +02:00
parent b0b05064b6
commit 0a3997e9a0

View File

@@ -475,39 +475,39 @@ class _BusinessDetailsState extends State<BusinessDetails> {
required: true, required: true,
editable: false, editable: false,
), ),
const SizedBox(height: 15.0), // const SizedBox(height: 15.0),
const Text( // const Text(
"My Test Data", // "My Test Data",
style: TextStyle( // style: TextStyle(
fontWeight: FontWeight.bold, // fontWeight: FontWeight.bold,
fontSize: 25, // fontSize: 25,
), // ),
), // ),
Divider( // Divider(
color: // color:
MzanziInnovationHub.of(context)?.theme.secondaryColor(), // MzanziInnovationHub.of(context)?.theme.secondaryColor(),
), // ),
const SizedBox(height: 10.0), // const SizedBox(height: 10.0),
MIHTextField( // MIHTextField(
controller: typeController, // controller: typeController,
hintText: widget.arguments.business!.type, // hintText: widget.arguments.business!.type,
editable: false, // editable: false,
required: true, // required: true,
), // ),
const SizedBox(height: 15.0), // const SizedBox(height: 15.0),
MIHTextField( // MIHTextField(
controller: titleController, // controller: titleController,
hintText: widget.arguments.businessUser!.title, // hintText: widget.arguments.businessUser!.title,
editable: false, // editable: false,
required: true, // required: true,
), // ),
const SizedBox(height: 15.0), // const SizedBox(height: 15.0),
MIHTextField( // MIHTextField(
controller: accessController, // controller: accessController,
hintText: widget.arguments.businessUser!.access, // hintText: widget.arguments.businessUser!.access,
editable: false, // editable: false,
required: true, // required: true,
), // ),
//const SizedBox(height: 15.0), //const SizedBox(height: 15.0),
const SizedBox(height: 30.0), const SizedBox(height: 30.0),
SizedBox( SizedBox(