Skip to content

Commit

Permalink
Merge pull request #351 from R-Sourabh/#228-facility-selector
Browse files Browse the repository at this point in the history
Improved: removed the 2nd ion-toolbar & moved the ion-searchbar inside the ion-content(#228)
  • Loading branch information
ymaheshwari1 authored Dec 3, 2024
2 parents 51ce089 + 0067fcf commit b647ee7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/DxpFacilitySwitcher.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@
<ion-title>{{ $t("Select Facility") }}</ion-title>
</ion-toolbar>
</ion-header>
<ion-toolbar>
<ion-searchbar @ionFocus="selectSearchBarText($event)" :placeholder="$t('Search facilities')" v-model="queryString" @keyup.enter="queryString = $event.target.value; findFacility()" @keydown="preventSpecialCharacters($event)"/>
</ion-toolbar>
<ion-content>
<ion-searchbar @ionFocus="selectSearchBarText($event)" :placeholder="$t('Search facilities')" v-model="queryString" @keyup.enter="queryString = $event.target.value; findFacility()" @keydown="preventSpecialCharacters($event)"/>
<ion-radio-group v-model="selectedFacilityId">
<ion-list>
<!-- Loading state -->
Expand Down

0 comments on commit b647ee7

Please sign in to comment.