We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally, NumberField was using width: 8em which was removed in Vaadin 24, see
NumberField
width: 8em
However, we missed to remove corresponding styles from BigDecimalField:
BigDecimalField
flow-components/vaadin-text-field-flow-parent/vaadin-text-field-flow/src/main/resources/META-INF/resources/frontend/vaadin-big-decimal-field.js
Lines 24 to 26 in cbb62b5
We should align width of BigDecimalField with other field components. This would be a breaking change.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe your motivation
Originally,
NumberField
was usingwidth: 8em
which was removed in Vaadin 24, seeHowever, we missed to remove corresponding styles from
BigDecimalField
:flow-components/vaadin-text-field-flow-parent/vaadin-text-field-flow/src/main/resources/META-INF/resources/frontend/vaadin-big-decimal-field.js
Lines 24 to 26 in cbb62b5
Describe the solution you'd like
We should align width of
BigDecimalField
with other field components. This would be a breaking change.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: