docs(forms): remove reference to firefox bug that was fixed (#40855)

PR Close #40855
This commit is contained in:
s4m0r4m4 2021-02-15 08:26:14 -06:00 committed by Joey Perrott
parent 75db0c7445
commit c56682783c
1 changed files with 1 additions and 2 deletions

View File

@ -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