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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,7 +145,7 @@ The url of the remote query can be given by either of two ways: `remote_route` i
145
145
`remote_params` can be optionally specified to provide parameters. Alternatively, `remote_path` can be used to specify
146
146
the url directly.
147
147
148
-
You may use `query_parameters` for when those remote_params have to be changeable dynamically. You may change them using $('#elem).data('query-parameters', { /* new params */ });
148
+
You may use `query_parameters` for when those remote_params have to be changeable dynamically. You may change them using $('#elem').data('query-parameters', { /* new params */ });
149
149
150
150
The defaults can be changed in your config/packages/tetranzselect2entity.yaml file with the following format.
0 commit comments