update queue date field to be reuired.

update searchfield to not submit when nothing is entered.
This commit is contained in:
2024-08-12 17:16:31 +02:00
parent 1a0f696db1
commit 444ad269ae
4 changed files with 11 additions and 10 deletions

View File

@@ -129,7 +129,6 @@ class _PrescripInputState extends State<PrescripInput> {
child: MySearchField(
controller: widget.medicineController,
hintText: "Medicine",
onChanged: (value) {},
required: true,
editable: true,
onTap: () {