mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Added Tacoma and Yaris to cacading-select example
This commit is contained in:
parent
477829d3e5
commit
1fb7757026
@ -90,7 +90,7 @@ And they become available in the `model` select.
|
|||||||
var dataStore = function(){
|
var dataStore = function(){
|
||||||
var data = {
|
var data = {
|
||||||
audi : { models : ["A1", "A4", "A6"] },
|
audi : { models : ["A1", "A4", "A6"] },
|
||||||
toyota : { models : ["Landcruiser", "Landcruiser", "Landcruiser"] },
|
toyota : { models : ["Landcruiser", "Tacoma", "Yaris"] },
|
||||||
bmw : { models : ["325i", "325ix", "X5"] }
|
bmw : { models : ["325i", "325ix", "X5"] }
|
||||||
};
|
};
|
||||||
return {
|
return {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user