This repository was archived by the owner on May 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
angular_components/lib/material_select Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ class MaterialSelectItemComponent<T> extends ButtonDirective
108
108
109
109
/// A function to render an item as a String.
110
110
///
111
- /// It is required that this function be pure, or change it's identity when
111
+ /// It is required that this function be pure, or change its identity when
112
112
/// internal state has changed. Otherwise the item will not know it needs to
113
113
/// update the label. If none is provided, no label is generated (labels can
114
114
/// still be passed as content).
@@ -123,7 +123,11 @@ class MaterialSelectItemComponent<T> extends ButtonDirective
123
123
ComponentRenderer componentRenderer;
124
124
125
125
/// Returns a [ComponentFactory] for dynamic component loader to use to render
126
- /// an item.
126
+ /// an item.
127
+ ///
128
+ /// It is required that this function be pure, or change its identity when
129
+ /// internal state has changed. Otherwise the item will not know it needs to
130
+ /// update the component.
127
131
@Input ()
128
132
@override
129
133
FactoryRenderer <RendersValue , T > factoryRenderer;
You can’t perform that action at this time.
0 commit comments