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", " ", "," ]
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?