Kendo UI で既存のテキスト フィールド入力からドロップダウン リストを作成したら、それをテキスト フィールドに戻す方法はありますか?
$('#myInput').kendoDropDownList({...});
私は次のようなものが欲しい:
var kendolist = $('#myInput').kendoDropDownList({...});
kendolist.textField({....});
また
kendolist.destroy().textField({....});
せいぜい大規模なjQueryの悪ふざけなしで... :)