Miles Malerba

Results 45 issues of Miles Malerba

Updates docs to: - Show usage of the `schema()` function - Mention need to run in injection context (& fix examples) Also updates the `form` API to accept both `form(model,...

area: forms
target: feature

This PR makes a number of changes to the metadata API to address design flaws in the previous API. Some of the changes include: - Replaces the previous `MetadataKey` and...

area: forms
detected: feature
forms: signals

Adds a new guide on designing form model for signal forms

area: forms
area: docs
adev: preview
forms: signals

This allows for easier focusing of the relevant element based on the `field` property of a `ValidationError`. Converted to draft for now so we can discuss if its better to...

area: forms
target: patch
merge: caretaker note
detected: feature
forms: signals

Reported by g3 users. In reactive forms, the form automatically has the `novalidate` attribute set. This ensures that the native validation does not run alongside angular's. In signal forms we...

area: forms
forms: signals