Skip to content

test: add test about mapped attributes to input#66985

Merged
AndrewKushnir merged 1 commit into
angular:mainfrom
JeanMeche:selector-binding
Feb 10, 2026
Merged

test: add test about mapped attributes to input#66985
AndrewKushnir merged 1 commit into
angular:mainfrom
JeanMeche:selector-binding

Conversation

@JeanMeche
Copy link
Copy Markdown
Member

The dynamic component has [value] in its selector and this has always been reflected as a DOM attribute on the dynamically created host element, which is now also synced into the component instance.

fixes #60157

The dynamic component has `[value]` in its selector and this has always been reflected as a DOM attribute on the dynamically created host element, which is now also synced into the component instance.

fixes angular#60157
Copy link
Copy Markdown
Contributor

@thePunderWoman thePunderWoman left a comment

Choose a reason for hiding this comment

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

LGTM

@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Feb 10, 2026
@AndrewKushnir AndrewKushnir merged commit e229328 into angular:main Feb 10, 2026
21 checks passed
@AndrewKushnir
Copy link
Copy Markdown
Contributor

This PR was merged into the repository. The changes were merged into the following branches:

@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Mar 13, 2026
@JeanMeche JeanMeche deleted the selector-binding branch April 12, 2026 19:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Attribute inside selector changed the input value in Angular@19

3 participants