Bunch of FormTypes extending some basic Symfony PHP framework FormTypes. ExtensibleTypes makes it possible to allow extra choices by Symfony ChoiceTypes (ChoiceType, EntityType and DocumentType). This can help to make it work with the Select2 jQuery pluggin.
MIT License
14
stars
6
forks
source link
Add support for custom choice_value for ExtensibleEntityType #11
For example:
'choice_value' => 'slug'
or'choice_value' => new PropertyPath('slug')