Panelbar 中的输入未接收 kendo-ui-angular2 中的输入

Inputs in Panelbar not receiving input in kendo-ui-angular2

我正在尝试在面板栏项目内的自定义模板中放置一个简单的输入 正如您可以在 plunker 上验证的那样,输入控件只是没有接收到输入事件。

只需查看 "projects" 选项卡。

            <kendo-panelbar-item [title]="'Projects'">
              <template kendoPanelBarContent>
                      <div class="col-md-12">
                        <table class="table">
                            <tr>
                                <td>{{ ticket.Name }}</td>
                                <td style="width: 150px;">
                                    <input type="number" />
                                </td>
                            </tr>
                        </table>
                    </div>
                     </template>
        </kendo-panelbar-item>

Plunker available here

此致

所描述的行为似乎是 PanelBar 中的错误。我花时间在 Kendo UI 中记录了 Angular 问题跟踪器:

https://github.com/telerik/kendo-angular/issues/283

您可以在 Github 中关注问题的状态。