Type safe getters for "mutliple" inputs
In this minor release, new type-safe getters have been introduced for working with "multiple" inputs (the type of input with a square bracket in the "name" attribute").
Along with the scalar types int
, bool
, float
, and string
, DateTime
and FileUpload
are supported.
Full Changelog: v1.1.3...v1.2.0