Skip to content
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

wip: AuSelect component #145

Closed
wants to merge 1 commit into from
Closed

wip: AuSelect component #145

wants to merge 1 commit into from

Conversation

Windvis
Copy link
Contributor

@Windvis Windvis commented Sep 16, 2021

A WIP experiment to create a simple power select alternative. I tried to use the same argument names to make transitioning easier.

This is what the usage looks like at the moment:

    <AuSelect
      @placeholder="Kies een provincie"
      @options={{this.provinces}}
      @selected={{this.selectedProvince}}
      @onChange={{fn (mut this.selectedProvince)}} 
      id="au-select-province"
      as |province|
    >
      {{province.label}}
    </AuSelect>

Remaining things:

Closes #143

@Dietr Dietr added the enhancement Used when the PR adds a new feature or enhancement. label Jan 21, 2022
@Windvis
Copy link
Contributor Author

Windvis commented Oct 9, 2023

Closing as I haven't touched it in years and projects don't seem to have a requirement for it either. We can reopen / be inspired by this one once we do have this requirement.

@Windvis Windvis closed this Oct 9, 2023
@Windvis Windvis deleted the feat/au-select-component branch October 9, 2023 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Used when the PR adds a new feature or enhancement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a simple select component
2 participants