Miles Malerba
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,...
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...
Adds a new guide on designing form model for signal forms
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...
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...