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

Implement a MultiComboBox and MultiTextInput #16

Open
seanrcollings opened this issue Oct 2, 2024 · 1 comment
Open

Implement a MultiComboBox and MultiTextInput #16

seanrcollings opened this issue Oct 2, 2024 · 1 comment
Labels
elements Issues related To Atomic Elements enhancement New feature or request

Comments

@seanrcollings
Copy link
Contributor

Here's what I'm imagining for an API for these

<MultiTextInput value="current-input-value">
    <Chip key="key1">Chip 1</Chip>
<MultiTextInput value="current-inpu-value">

I would like to use a more compasable API here as opposed to the ComboBox. Potentially consider re-working the ComboBox as well? If I do that, I'd want to make sure that the old behavior was still an option as the combobox is being used in places

<MultiComboBox>
  <MultiTextInput />
  <Popover>
      <ListBox>
        <Item key="value" />
     </ListBox>
  </Popover>
</MultiComboBox>
@seanrcollings seanrcollings added the enhancement New feature or request label Oct 2, 2024
@seanrcollings seanrcollings self-assigned this Oct 2, 2024
@seanrcollings
Copy link
Contributor Author

@seanrcollings seanrcollings added the elements Issues related To Atomic Elements label Nov 15, 2024
@seanrcollings seanrcollings transferred this issue from another repository Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
elements Issues related To Atomic Elements enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant