This is a migrated thread and some comments may be shown as answers.

Angular ComboBox problems v2016.1.226

1 Answer 131 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Ewoud
Top achievements
Rank 1
Ewoud asked on 31 Mar 2016, 11:13 AM

Hi Support,

After updating from v2015.3.1111 to v2016.1.226
the ComboBox directive is not working like the prevous version.
the problem i have is the combobox is set to a value with the ng-model settings. 
the Text value is displayed in the combobox but the value is not set in the ng-model it changes it to null
the DataSource is a array like :

[
{
Text: 'some text',
Value: 0
},
{
Text: 'some other value'
Value: 1
}
]

the directive is cofigured :

<select kendo-combo-box 
ng-model="legendItem.ScaleMin"
k-data-text-field="'Text'"
k-data-value-field="'Value'"
k-auto-bind="false"
k-data-source="legendItem.ZoomLevels">
</select>

1 Answer, 1 is accepted

Sort by
0
Georgi Krustev
Telerik team
answered on 04 Apr 2016, 07:19 AM
Hello hansdenbraber,

I believe that the described behavior is related to a change in AngularJS library introduced in 1.4.7+ version. You can find an explanation and workarounds here:
Let me know if this is not the case. It will be very helpful if you can send us a repro demo.

Regards,
Georgi Krustev
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
ComboBox
Asked by
Ewoud
Top achievements
Rank 1
Answers by
Georgi Krustev
Telerik team
Share this question
or