weDevsOfficial / wepos

WooCommerce Point of Sale ( POS ) WordPress Plugin
https://wordpress.org/plugins/wepos/
108 stars 71 forks source link

fix: customer selection dropdown selecting wrong customer by pressing enter key on frontend #108

Closed devAsadNur closed 2 years ago

devAsadNur commented 2 years ago

Previously, customer selection dropdown was selecting wrong customer by pressing enter/return key on frontend. Before searching registered customer names, there is no issue found. The issue only found after closing the customer names dropdown by searching and selecting a customer.

Also, pressing enter/return key results product addition to the cart, even the product search dropdown closed.

Now, fixed the above 2 issues with this PR.

Fixes: #107 Fixes: #109