ExtJS combobox filter

前端 未结 1 2037
情书的邮戳
情书的邮戳 2021-01-26 11:38

I have two comboboxes. The first one is for selecting a region, and the second one is for selecting a province. The values that should appear i

相关标签:
1条回答
  • 2021-01-26 11:59

    You are using queryMode: 'remote', so that your server returns the data. The frontend has no control, what is returned.

    Plus in your example val should be value.

    I would go with a chained store, that has a filter based on the selection.

    Here is a fiddle to show this: Fiddle

    This is duplicate to your other question

    0 讨论(0)
提交回复
热议问题