-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Option `class` is now optional. If not specified the Typeahead input will allow for non-entity lookups. The data passed is simply not transformed. It's up to your backend to do something useful with the values. * Symfony form names with underscores will now work properly (eg: <form name="my_form">). Previously, form names with underscores would not POST properly. * Replaced deprecated PropertyAccess::getPropertyAccessor() call with PropertyAccess::createPropertyAccessor(). * Removed unused TypeExtension. * EntitiesToPropertyTransformer will no longer return an ArrayCollection. It returns a simple array instead. * The `route` will receive extra parameters now to help it make decisions on how to return the results. * Implemented `source` option to allow for a custom callback function that can return a list of matches (doesn't need to be AJAX).
- Loading branch information
Showing
8 changed files
with
225 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.