angular/packages/forms/signals
SkyZeroZx 95c386469c feat(forms): Add passing focus options to form field
Extends the `focus` method of form fields and custom controls to accept and propagate `FocusOptions`.

This enables developers to control focus behavior more precisely, for example, preventing scrolling when focusing an element.
2026-01-16 13:24:27 -08:00
..
compat refactor(forms): rename field to fieldTree in FieldContext and ValidationError 2025-12-16 10:26:22 -08:00
src feat(forms): Add passing focus options to form field 2026-01-16 13:24:27 -08:00
test feat(forms): Add passing focus options to form field 2026-01-16 13:24:27 -08:00
BUILD.bazel build: configure signal forms for release (#63458) 2025-08-29 14:31:35 -07:00
index.ts feat(forms): add experimental signal-based forms (#63408) 2025-08-28 09:02:43 -07:00
PACKAGE.md build: configure signal forms for release (#63458) 2025-08-29 14:31:35 -07:00
public_api.ts fix(forms): Rename signal form [field] to [formField] 2026-01-09 14:33:09 -08:00