mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-01 06:51:32 +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 data = {
|
||||
audi : { models : ["A1", "A4", "A6"] },
|
||||
toyota : { models : ["Landcruiser", "Landcruiser", "Landcruiser"] },
|
||||
toyota : { models : ["Landcruiser", "Tacoma", "Yaris"] },
|
||||
bmw : { models : ["325i", "325ix", "X5"] }
|
||||
};
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user