bagisto / bagisto

Free and open source laravel eCommerce platform
https://bagisto.com
Open Software License 3.0
11.97k stars 2.05k forks source link

In the Grouped Product feature, there's an issue where the quantity box becomes unresponsive and shifts when we input a quantity of 0, triggering a validation error. #9764

Closed ashishkumar-webkul closed 1 month ago

ashishkumar-webkul commented 1 month ago

Describe the bug

In the Grouped Product feature, there's an issue where the quantity box becomes unresponsive and shifts when we input a quantity of 0, triggering a validation error.

Steps To Reproduce

  1. Go to Admin -> Catalog -> Products -> Create/Edit Grouped product.
  2. Add Simple Products to Group -> Now enter the QTY -> 0
  3. check the qty box it is shifted.
  4. Also it is not responsive.

Expected behavior QTY box should be in fixed position.

Screenshots

Please find the issue screenshot here

Video

https://github.com/bagisto/bagisto/assets/92721837/da84af50-db5a-4128-b0ab-b3335e9c3603

ashishkumar-webkul commented 1 month ago

In case of Bundle Product we can see that there is not validation message is appearing, kindly add validation message for the same as well.

Please check the screenshot here