genemu/GenemuFormBundle

Select2 invalid configuration exception

Closed this issue · 0 comments

This Select2 confguration example describes how to define the config defaults for Select2 field but if enabled it causes an error during the config tree validation:

InvalidConfigurationException: Unrecognized options "configs" under "genemu_form.select2"

Reasonable, because in the Config builder there's no definition for that kind of array node.

Also, #239 is yet unresolved, which seem pretty weird. Any chance to get it fixed soon?

Update: seems #288 is the same as the current one