Merge pull request #4745 from FROGGS/patch-1
Show same options in example as used in demo
This commit is contained in:
commit
8dc02bcfb8
@ -69,7 +69,8 @@ function formatState (state) {
|
||||
};
|
||||
|
||||
$(".js-example-templating").select2({
|
||||
templateResult: formatState
|
||||
templateResult: formatState,
|
||||
templateSelection: formatState
|
||||
});
|
||||
{% endhighlight %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user