Form_builder enum array keys not used
When specifying fields that go into the render() method in the form builder, the documentation says that the array keys used for an enum field are used as the option name but instead I get the array values as both the name and value of a select option.
Comments