update queue date field to be reuired.
update searchfield to not submit when nothing is entered.
This commit is contained in:
parent
1a0f696db1
commit
444ad269ae
4 changed files with 11 additions and 10 deletions
|
|
@ -129,7 +129,6 @@ class _PrescripInputState extends State<PrescripInput> {
|
|||
child: MySearchField(
|
||||
controller: widget.medicineController,
|
||||
hintText: "Medicine",
|
||||
onChanged: (value) {},
|
||||
required: true,
|
||||
editable: true,
|
||||
onTap: () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue