Hi,
When using kendo-drop-down-list with AngularJs the DropDownList does not take the value of ng-model associated. In addition, the ng-model is modified by the dropdownlist value and takes as the first entry in the list:
Do you have a solution for the drop down list as well take the value of the selected value ng-model?
thanks.
When using kendo-drop-down-list with AngularJs the DropDownList does not take the value of ng-model associated. In addition, the ng-model is modified by the dropdownlist value and takes as the first entry in the list:
<
select
id
=
'ddl_general_qualite'
kendo-drop-down-list
k-ng-model
=
"mvEdit.CodeQualite"
k-data-source
=
"Qualite"
k-data-value-field
=
"' Code '"
k-data
-text-field
=
"'Libelle'"
> </
select
>
Do you have a solution for the drop down list as well take the value of the selected value ng-model?
thanks.