Skip to content

Make shadowDOM options (like delegatesFocus) optional #65

@JRJurman

Description

@JRJurman

Summary

We should make the delegatesFocus (and potentially all other future options for components) optional, and part of the interface in the tl-definition.

This would look something like:

<template tl-definition tl-options="delegatesFocus">
  <!-- component definition -->
</template>

Alternatively, we could have dedicated attributes for the options (like tl-delegatesfocus).

In addition to this, we should have these as options for the export, and import (where the template tag won't be used).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions