typeahead-bundle
typeahead-bundle copied to clipboard
A Symfony2 bundle that provides an enhanced Bootstrap v3 Typeahead form type.
Changes in the configuration loader will add support for Symfony 5. Of course this might be breaking for other versions so it must be a new major version.
When multiple child is set to null (line 30) and on line 62 is called child.id That comprobation throws an error. I don't fully understand why it calls for child.id...
When using the source option to call a javascript function I get the above error. I declare the field like so ```php $builder->add('street', 'entity_typeahead', array( 'class' => 'AppBundle:Street', 'render' =>...
Hello, Instead of setting the default options into TypeaheadType's class, could you create a configuration file please ( for options delay, minLength, items, spinner)?