From 1fb77570260ddcf35a48b1845caf1b7369ace8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Sun, 16 May 2021 19:36:29 +0200 Subject: [PATCH] Added Tacoma and Yaris to cacading-select example --- www/examples/value-select.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/examples/value-select.md b/www/examples/value-select.md index a7fa75c6..6a657514 100644 --- a/www/examples/value-select.md +++ b/www/examples/value-select.md @@ -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 {