Questions tagged [kartik-v]

Questions about widgets, components, and behaviors specifically created for the Yii2 Framework by Kartik can be addressed here. Examples of popular Kartik widgets include kartikselect2 and kartikdateTimePicker.

After populating dropdown values with Ajax in Yii2 Kartik, the dependent dropdown does not update the selected value through Ajax

Are you looking to update the selected value of a dependent drop-down menu? Even after using ajax to load values into the dependent drop-down, the following code does not seem to be working: $("#dependentDropDownID").select2("val", data); This code appea ...