Skip to content

Conversation

@mshabarov
Copy link
Contributor

Fixes #23252

@github-actions
Copy link

github-actions bot commented Jan 20, 2026

Test Results

1 317 files  +1  1 317 suites  +1   1h 14m 29s ⏱️ -55s
9 337 tests +7  9 269 ✅ +7  68 💤 ±0  0 ❌ ±0 
9 770 runs   - 2  9 695 ✅  - 1  75 💤  - 1  0 ❌ ±0 

Results for commit 204d28c. ± Comparison against base commit f70c29c.

♻️ This comment has been updated with latest results.

@github-actions github-actions bot added +1.0.0 and removed +0.1.0 labels Jan 21, 2026
@mshabarov mshabarov requested a review from tltv January 21, 2026 13:50
tltv
tltv previously approved these changes Jan 21, 2026
assertEquals("foo", component.getPlaceholder());

try {
component.setPlaceholder("bar");
Copy link
Member

Choose a reason for hiding this comment

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

nit: assertThrows(BindingActiveException.class, () -> component.setPlaceholder("bar")) would be in general a bit tidier, but this does also the job.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

good comment, replaced.

@github-actions github-actions bot added +0.1.0 and removed +1.0.0 labels Jan 22, 2026
@sonarqubecloud
Copy link

@tltv tltv merged commit bc423c1 into main Jan 22, 2026
31 checks passed
@tltv tltv deleted the bind-placeholder branch January 22, 2026 09:47
@github-project-automation github-project-automation bot moved this from 🔎Iteration reviews to Done in Vaadin Flow | Hilla | Kits ongoing work Jan 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Development

Successfully merging this pull request may close these issues.

HasPlaceholder::bindPlaceholder(Signal<String>)

3 participants