Skip to content

Instantly share code, notes, and snippets.

@joshavg
joshavg / DatalistType.php
Created May 20, 2016 15:30
Datalist in Symfony
<?php
namespace Acme\Form\Type;
use Symfony\Component\Form\AbstractType;
use Symfony\Component\Form\FormInterface;
use Symfony\Component\Form\FormView;
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
class DatalistType extends AbstractType
{