Improve search to select document

This commit is contained in:
Peter Maquiran
2021-05-05 19:29:17 +01:00
parent bfad01ae50
commit 96bd20e645
2 changed files with 4 additions and 2 deletions
@@ -231,7 +231,8 @@ export class BookMeetingModalPage implements OnInit {
cssClass: 'modal-width-100-width-background modal',
componentProps: {
type: 'AccoesPresidenciais & ArquivoDespachoElect',
showSearchInput: true
showSearchInput: true,
select: true
}
});
await modal.present();
@@ -46,7 +46,8 @@ export class ChatOptionsPopoverPage implements OnInit {
cssClass: 'group-messages modal-desktop search-modal search-modal-to-desktop',
componentProps: {
type: 'AccoesPresidenciais & ArquivoDespachoElect',
select: true
select: true,
showSearchInput: true,
}
});
await modal.present();