Added Tacoma and Yaris to cacading-select example

This commit is contained in:
Thomas Güttler 2021-05-16 19:36:29 +02:00 committed by GitHub
parent 477829d3e5
commit 1fb7757026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ And they become available in the `model` select.
var dataStore = function(){
var data = {
audi : { models : ["A1", "A4", "A6"] },
toyota : { models : ["Landcruiser", "Landcruiser", "Landcruiser"] },
toyota : { models : ["Landcruiser", "Tacoma", "Yaris"] },
bmw : { models : ["325i", "325ix", "X5"] }
};
return {