How to dynamically change the select when a value has been selected?
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 867
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
I want to realize that after China is selected, the Area can be automatically changed to the corresponding list.
```
settings = {
columns: {
region: {
title: 'Region',
editor: {
type: 'list',
config: {
list: [{
value: 'China',
title: 'China'
}, {
value: 'Korea',
title: 'Korea'
}]
}
}
},
area: {
title: 'Area',
editor: {
type: 'list',
config: {
list: []
}
}
}
}
```
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.