You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,6 +132,7 @@ If text_property is omitted then the entity is cast to a string. This requires i
132
132
*`transformer` The fully qualified class name of a custom transformer if you need that flexibility as described below.
133
133
*`autostart` Determines whether or not the select2 jQuery code is called automatically on document ready. Defaults to true which provides normal operation.
134
134
*`width` Sets a data-width attribute if not null. Defaults to null.
135
+
*`class_type` Optional value that will be added to the ajax request as a query string parameter.
135
136
136
137
The url of the remote query can be given by either of two ways: `remote_route` is the Symfony route.
137
138
`remote_params` can be optionally specified to provide parameters. Alternatively, `remote_path` can be used to specify
0 commit comments