laminas / laminas-form

Validate and display simple and complex forms, casting forms to business objects and vice versa
https://docs.laminas.dev/laminas-form/
BSD 3-Clause "New" or "Revised" License
80 stars 52 forks source link

Fix BC break preventing the use of scalar element labels during render #261

Closed gsteel closed 8 months ago

gsteel commented 8 months ago
Q A
Bugfix yes

Description

259 introduces a BC break requiring element labels (and select value options) to be string. This patch adds a failing test that passes on previous minors.

Xerkus commented 8 months ago

Can non-string even be translated? I feel non-string label should be returned verbatim.