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

How to handle copy/pasting multiple entries with a list of separators? #49

Open
Natim opened this issue Jul 7, 2020 · 1 comment
Open

Comments

@Natim
Copy link

Natim commented Jul 7, 2020

I switched from https://github.com/larribas/elm-multi-input for the autocomplete feature.
Is it possible to be able to copy paste separated list of data and turn them into a list of values?

defaultSeparators : List String
defaultSeparators =
    [ "\n", "\t", " ", "," ]
@sporto
Copy link
Owner

sporto commented Mar 20, 2021

Not at the moment, but I will add this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants