shopware/meteor

[Bug]: mt-number-field doesn't emit update:modelValue

Closed this issue · 0 comments

Package

@meteor/component-library

Package version

3.8.0

Link to minimal reproduction

Steps to reproduce

Actual behavior

It doesn't emit the event update:modelValue

Expected behavior

It should emit the event update:modelValue

System Info

No response

Any additional comments?

Comparison:
Text-Field: https://github.com/shopware/meteor/blob/main/packages/component-library/src/components/form/mt-text-field/mt-text-field.vue#L259
Number-Field: https://github.com/shopware/meteor/blob/main/packages/component-library/src/components/form/mt-number-field/mt-number-field.vue#L252

Code of Conduct