You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was merged into the 2.x branch.
Discussion
----------
[LiveComponent] Fix default option extraction ignores Translatable #2621
| Q | A
| ------------- | ---
| Bug fix? | yes
| New feature? | no
| Issues | Fix#2621
| License | MIT
Select placeholder in LiveForm will now accept `string` and `TranslatableInterface` from `symfony/translation-contracts`. Therefore mimicking of default browser behaviour will not happen for `TranslatableInterface`.
Commits
-------
d36b98e [LiveComponent] `ComponentWithFormTrait` now correctly checks for a `TranslatableInterface` placeholder for `<select>` elements, close#2621
0 commit comments