We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Phalcon\Forms\Element::setLabel($label) render incorrect if $label = '0'.
Example: $field = new Numeric('value'); $field->setLabel('0'); $field->label() // value