Add search placeholder to example

This commit is contained in:
Josh Johnson 2017-08-03 09:57:15 +01:00
parent 84f149ee83
commit 3817bb33dd

View file

@ -375,7 +375,8 @@
var singleFetch = new Choices('#choices-single-remote-fetch', {
placeholder: true,
placeholderValue: 'Pick an Arctic Monkeys record'
placeholderValue: 'Pick an Arctic Monkeys record',
searchPlaceholderValue: 'Search for an Arctic Monkeys record',
}).ajax(function (callback) {
fetch('https://api.discogs.com/artists/391170/releases?token=QBRmstCkwXEvCjTclCpumbtNwvVkEzGAdELXyRyW')
.then(function (response) {