fix search bar bugs
This commit is contained in:
@@ -59,7 +59,7 @@ class _MihPatientSearchState extends State<MihPatientSearch> {
|
||||
padding: EdgeInsets.symmetric(horizontal: width / 20),
|
||||
child: MihSearchBar(
|
||||
controller: _mihPatientSearchController,
|
||||
hintText: "Search by ID or Medical Aid No.",
|
||||
hintText: "Search Patient ID/ Aid No.",
|
||||
prefixIcon: Icons.search,
|
||||
fillColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
|
||||
@@ -60,7 +60,7 @@ class _MyPatientListState extends State<MyPatientList> {
|
||||
padding: EdgeInsets.symmetric(horizontal: width / 20),
|
||||
child: MihSearchBar(
|
||||
controller: _myPatientSearchController,
|
||||
hintText: "Search by ID",
|
||||
hintText: "Search Patient ID",
|
||||
prefixIcon: Icons.search,
|
||||
fillColor:
|
||||
MzanziInnovationHub.of(context)!.theme.secondaryColor(),
|
||||
|
||||
@@ -113,7 +113,7 @@ class _PatManagerState extends State<PatManager> {
|
||||
List<String> getToolTitle() {
|
||||
List<String> toolTitles = [
|
||||
"Waiting Room",
|
||||
"Patients",
|
||||
"My Patients",
|
||||
"Search Patients",
|
||||
];
|
||||
return toolTitles;
|
||||
|
||||
Reference in New Issue
Block a user