Skip to content

Commit 1d18b07

Browse files
andrewseguindevversion
authored andcommitted
docs: reword when to use model inputs (angular#57648)
PR Close angular#57648
1 parent 5cbe02a commit 1d18b07

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

adev/src/content/guide/signals/model.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ through the template.
128128

129129
## When to use model inputs
130130

131-
Use model inputs in components that exist to modify a value based on user interaction.
132-
Custom form controls, such as a date picker or combobox, should use model inputs for their
133-
primary value.
134-
135-
Avoid using model inputs as a convenience to avoid introducing an additional class property for
136-
containing local state.
131+
Use model inputs when you want a component to support two-way binding. This is typically
132+
appropriate when a component exists to modify a value based on user interaction. Most commonly,
133+
custom form controls such as a date picker or combobox should use model inputs for their primary
134+
value.

0 commit comments

Comments
 (0)