|  | @@ -2,7 +2,7 @@
 | 
											
												
													
														|  |      .pos-step
 |  |      .pos-step
 | 
											
												
													
														|  |          .customer-selection-step
 |  |          .customer-selection-step
 | 
											
												
													
														|  |              .customer-selector
 |  |              .customer-selector
 | 
											
												
													
														|  | -                searcher(:items='customers' :keys="['name', 'displayName']" @onSearch='filterCustomers')
 |  | 
 | 
											
												
													
														|  | 
 |  | +                searcher(:items='customers' :keys="['name', 'displayName', 'phone', 'mobile', 'email']" @onSearch='filterCustomers')
 | 
											
												
													
														|  |                  card-grid(:items='visibleCustomers' :loading='loadingCustomers' canAdd @onAdd='showCustomerForm' @onSelect='selectCustomer')
 |  |                  card-grid(:items='visibleCustomers' :loading='loadingCustomers' canAdd @onAdd='showCustomerForm' @onSelect='selectCustomer')
 | 
											
												
													
														|  |                  customer-modal(:show='showingCustomerForm' @onAccept='submitCustomer' @onCancel='hideCustomerForm')
 |  |                  customer-modal(:show='showingCustomerForm' @onAccept='submitCustomer' @onCancel='hideCustomerForm')
 | 
											
												
													
														|  |              transition(name='slide-fade')
 |  |              transition(name='slide-fade')
 |