gagan3012 / streamlit-tags

Custom Tag component for streamlit
https://streamlit-tags.readthedocs.io/en/latest/
MIT License
281 stars 17 forks source link

Paste tags from clipboard #48

Open adrian-carrio opened 5 months ago

adrian-carrio commented 5 months ago

In a scenario in which you need a large number of tags, you may want to add many tags at once instead of having to type them one by one and hit enter.

My proposal is to add a parameter "separator" or "sep", so that when you add a tag like this "one,two,three" with sep=',' it does not add a single tag, but all three tags.