Skip to content
This repository was archived by the owner on Feb 4, 2022. It is now read-only.
This repository was archived by the owner on Feb 4, 2022. It is now read-only.

Self containment of JS controller forms toolbars #274

@amazeika

Description

@amazeika

Right now the JS controller only allows for a single controller on the page. This is because the JS looks for some components page wide by using a generic selector, e.g. (.k-toolbar while searching for the toolbar component).

This is of course a direct problem if you want to have more than one controller instance running in the same page since you may end up picking up components from a different JS controller.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions