Added
- In
app.d.ts
, by declaring namespaceApp.Superforms
with atype Message
, status messages will always be set to that type. (#261) - Added
FormResult<T>
, which can be used in onResult to make the ActionResult strongly typed. - SuperDebug now has a
collapsed
prop, to make it initially collapsed. Use together withcollapsible
. (#279)
Fixed
- Schema
transform
operations weren't applied in SPA forms and when posting to the server with client-side validators enabled.