Skip to content

Commit b8b3098

Browse files
Update src/select/select.component.ts
Co-Authored-By: cal-smith <[email protected]>
1 parent 4a0d8a4 commit b8b3098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/select/select.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export class Select implements ControlValueAccessor {
8888
* Receives a value from the model.
8989
*/
9090
writeValue(obj: any) {
91-
this.select.nativeElement.value = obj;
91+
this.value = obj;
9292
}
9393

9494
/**

0 commit comments

Comments
 (0)