Skip to content

DropDownTree TagHelper renders DropDownList #6677

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
aleksandarevangelatov opened this issue Jan 12, 2022 · 0 comments
Closed

DropDownTree TagHelper renders DropDownList #6677

aleksandarevangelatov opened this issue Jan 12, 2022 · 0 comments
Assignees
Milestone

Comments

@aleksandarevangelatov
Copy link
Contributor

Bug report

When using the DropDownTree TagHelper a DropDownList is rendered instead of a DropDownTree

This is a regression introduced with v 2021.3.914

Reproduction of the problem

The following code will render a DropDownList instead of a DropDownTree:

<kendo-dropdowntree name="dropdowntree" datatextfield="FullName">
        <hierarchical-datasource>
            <transport>
                <read url="https://demos.telerik.com/kendo-ui/service/Employees" datatype="jsonp" />
            </transport>
            <schema type="json">
                <hierarchical-model id="EmployeeId" has-children="HasEmployees">
                </hierarchical-model>
            </schema>
        </hierarchical-datasource>
    </kendo-dropdowntree>

Expected/desired behavior

DropDownTree TagHelper should render DropDownTree.

Environment

  • Kendo UI version: 2021.3.1109
  • Browser: [all]
@aleksandarevangelatov aleksandarevangelatov self-assigned this Jan 12, 2022
@kendo-bot kendo-bot added FP: Unplanned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item and removed FP: Unplanned Sync status with associated Feedback Item labels Jan 12, 2022
@mparvanov mparvanov added this to the 2022.R1 milestone Jan 12, 2022
@kendo-bot kendo-bot added FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Jan 12, 2022
@VicTachev VicTachev removed the FP: Unplanned Sync status with associated Feedback Item label May 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants