Skip to content

Tags: nette/forms

Tags

v3.3.0

Toggle v3.3.0's commit message
version 3.3.0

backup-v33-before-bc

Toggle backup-v33-before-bc's commit message
Helpers::tryEnumConversion() no longer throws on incompatible input

Mapping a text/hidden control to a backed-enum property fed BackedEnum::from()
the raw submitted value; an int-backed enum with a non-numeric string (e.g. an
empty field) raised TypeError, and any out-of-range value raised ValueError -
HTTP 500. Convert only when the value matches the enum backing type, using
tryFrom(), and leave the value unchanged otherwise.

v3.3.0-RC

Toggle v3.3.0-RC's commit message
version 3.3.0-RC

v3.2.9

Toggle v3.2.9's commit message
version 3.2.9

v3.2.8

Toggle v3.2.8's commit message
version 3.2.8

v3.2.7

Toggle v3.2.7's commit message
version 3.2.7

v3.2.6

Toggle v3.2.6's commit message
version 3.2.6

v3.2.5

Toggle v3.2.5's commit message
version 3.2.5

v3.2.4

Toggle v3.2.4's commit message
version 3.2.4

v3.2.3

Toggle v3.2.3's commit message
version 3.2.3