Skip to content
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

refactor: import TextField class from @vaadin/text-field #7102

Merged
merged 3 commits into from
Feb 7, 2025

Conversation

vursen
Copy link
Contributor

@vursen vursen commented Feb 7, 2025

Description

The PR refactors the vaadin-big-decimal-field web component to import the TextField class from @vaadin/text-field instead of using customElements.get.

Type of change

  • Refactor

:host {
width: 8em;
}
class BigDecimalField extends TextField {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: Renamed BigDecimalFieldElement to BigDecimalField to better align with the naming conventions we use in web components

Copy link

sonarqubecloud bot commented Feb 7, 2025

@vursen vursen merged commit b715331 into main Feb 7, 2025
5 checks passed
@vursen vursen deleted the clean-up-big-decimal-field branch February 7, 2025 12:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants