-
Notifications
You must be signed in to change notification settings - Fork 168
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!: Implement HasPlaceholder #18081
Conversation
Warning: this PR brings in an incompatible change since it changes the result type of
|
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.
Overall LGTM, but I have a couple of questions:
- do we still need to use the property descriptor in the
Input
element? - shouldn't also
RangeInput
implement the new interface? - should we also update the
InputTextElement
inflow-html-components-testbench
to make it implementcom.vaadin.testbench.HasPlaceholder
BTW, we should probably create an issue for implementing the testbench |
Unfortunately yes, because Input element sets the placeholder attribute, while all other web components and all
Nope,
Yup, but I can't figure out how to run IT tests in flow-html-components-testbench unfortunately.
Agree: #18093 |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
This ticket/PR has been released with Vaadin 24.3.0.alpha6 and is also targeting the upcoming stable 24.3.0 version. |
Description
Implement the HasPlaceholder interface.
Fixes #4068
Type of change
Checklist
Additional for
Feature
type of change