From c56682783cb7577195d1fdbd79274d5b7fdd3ec1 Mon Sep 17 00:00:00 2001 From: s4m0r4m4 <8257287+s4m0r4m4@users.noreply.github.com> Date: Mon, 15 Feb 2021 08:26:14 -0600 Subject: [PATCH] docs(forms): remove reference to firefox bug that was fixed (#40855) PR Close #40855 --- packages/forms/src/directives/select_control_value_accessor.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/packages/forms/src/directives/select_control_value_accessor.ts b/packages/forms/src/directives/select_control_value_accessor.ts index c1a054e34c..7fa8b4dba9 100644 --- a/packages/forms/src/directives/select_control_value_accessor.ts +++ b/packages/forms/src/directives/select_control_value_accessor.ts @@ -75,8 +75,7 @@ function _extractId(valueString: string): string { * ``` * * **Note:** We listen to the 'change' event because 'input' events aren't fired - * for selects in Firefox and IE: - * https://bugzilla.mozilla.org/show_bug.cgi?id=1024350 + * for selects in IE: * https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4660045/ * * @ngModule ReactiveFormsModule