Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lifo101 committed Apr 4, 2013
1 parent 85be3b1 commit d13349f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ $builder->add('user', 'entity_typeahead', array(
* `loadingIconUrl` Image icon to display during AJAX request.
* `multiple` If true the widget will allow multiple entities to be selected. One at a time. This special mode creates an unordered list below the typeahead widget to display the selected entities.

###AJAX Response###
The controller should return a `JSON` array in the following format. Note: `id` and `value` properties are required and you may include any other properties that can potentially be used within the template.

```javascript
Expand Down

0 comments on commit d13349f

Please sign in to comment.