graycoreio / daffodil

Angular Ecommerce PWA Framework
https://next.daff.io
MIT License
154 stars 27 forks source link

feat(design): add id property to quantity field to be passed into quantity select and quantity input #2859

Closed xelaint closed 1 month ago

xelaint commented 1 month ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[ ] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

I can't set an id on the quantity field.

Fixes: #2858

What is the new behavior?

Add id property and pass it to quantity select and quantity input.

Does this PR introduce a breaking change?

[ ] Yes
[x] No

Other information