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

feat: add missing API related to dataProvider #3961

Merged
merged 1 commit into from
May 30, 2022

Conversation

web-padawan
Copy link
Member

Description

This PR adds the public APIs that are currently missing in vaadin-multi-select-combo-box but are present in the regular vaadin-combo-box, especially size property (we have some tests where it's configured) and clearCache() method.

Type of change

  • Feature

*/
size: {
type: Number,
notify: true,
Copy link
Member Author

Choose a reason for hiding this comment

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

Note: the regular web component does not dispatch size-changed event, so I had to override the property here to specify notify: true - this is done in order to ensure host element size is updated properly.

@web-padawan web-padawan force-pushed the feat/add-missing-api branch from 2377806 to 1ba2a2e Compare May 30, 2022 12:00
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@vaadin-bot
Copy link
Collaborator

This ticket/PR has been released with Vaadin 23.1.0.rc2 and is also targeting the upcoming stable 23.1.0 version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants