Hi Sir,
I have implemented DepDrop Yii2. Everything is working fine when the child Dropdown select item count is below 130.if it's more than 129 ajax loading is not working. It shows loading only.
Scenario :
I am trying to implement dependent dropdown for County->state-> City.
for County field, i have implemented Select2.
and for City & state DepDrop which depends on County and state.
if the number of cities is greater than 129 its shows loading only . if it's less than 130 it's working fine.
---
Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/62944476-depdrop-child-not-loading-more-than-129-row-data?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F530581&utm_medium=issues&utm_source=github).
Hi Sir, I have implemented DepDrop Yii2. Everything is working fine when the child Dropdown select item count is below 130.if it's more than 129 ajax loading is not working. It shows loading only. Scenario : I am trying to implement dependent dropdown for County->state-> City. for County field, i have implemented Select2. and for City & state DepDrop which depends on County and state. if the number of cities is greater than 129 its shows loading only . if it's less than 130 it's working fine.