fix search bar bugs
This commit is contained in:
parent
d90373a781
commit
9ca757214f
10 changed files with 10 additions and 2407 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue