Skip to content
This repository was archived by the owner on May 14, 2026. It is now read-only.
This repository was archived by the owner on May 14, 2026. It is now read-only.

Select: should allow for specifying a slot when the selected value is written to the summoner #5

Description

@chrsgrrtt

Currently, the text content of gets overwritten when a user makes a selection. This is problematic if I want to include an icon in the button too - as that gets replaced. I was able to dance around this with some CSS, but it would be cleaner to be able to specify a slot for the inbound text content.

example:

<hyperkit-select-summoner ...>
  <button>
    <slot name="selection-text" />
    <icon />
  </button>
</hyperkit-select-summoner>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions