-
-
Notifications
You must be signed in to change notification settings - Fork 74
feat(design, storefront)!: move DaffQuantityFieldComponent into the storefront package
#4121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
DaffFormFieldControl in DaffQuantityFieldComponent
eca7788 to
32dfffa
Compare
17c3efe to
43b2266
Compare
43b2266 to
96e82e5
Compare
|
@damienwebdev moved quantity field to |
DaffFormFieldControl in DaffQuantityFieldComponentDaffQuantityFieldComponent into the storefront package
| padding: 1rem 0; | ||
| } | ||
|
|
||
| &.is-quantity-select, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This dependency is wrong. Design shouldn't know about storefront.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed 001b7f6
| } | ||
|
|
||
| /** @docs-private */ | ||
| get isQuantitySelect() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This function shouldn't exist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed 001b7f6
PR Checklist
PR Type
Current behavior
Replace inputs with signals in order to handle focus changes.
Currently, focus does not transition when select changes to an input.
Fixes: #3888
Part of: #416, #3799
New behavior
Breaking change?
BREAKING CHANGE: The quantity field component has been moved from
@daffodil/designto@daffodil/storefront.Additional context