mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
The template type-checker previously hardcoded <select> bound via [formField] as accepting only string models. Now that the runtime correctly parses numeric option values when the model is number | null, the type-checker must accept the same set of value types. Change getExpectedTypeFromDomNode to return 'string | number | null' for <select>, matching the existing behaviour for <input type="number">. Update the corresponding TCB spec expectation. |
||
|---|---|---|
| .. | ||
| linker | ||
| private | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| esbuild.config.js | ||
| index.ts | ||
| package.json | ||
| tsconfig-test.json | ||
| tsconfig.json | ||