AFAIK this is called "Cascading Selects"

This commit is contained in:
Thomas Güttler 2021-03-13 20:59:17 +01:00 committed by GitHub
parent 2dae703d55
commit fa097fd61e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
layout: demo_layout.njk
---
## Value Select
## Cascading Selects
In this example we show how to make the values in one `select` depend on the value selected in another `select`.