prefect-design
prefect-design copied to clipboard
add the ability to enter delimited string that can result in multiple entries on `p-combo-box`, `p-tags-input`, `p-tags-area`
the idea is to support quickly adding multiple custom values with a single pasted value
delimiters we should consider
- tab
- return
- comma
- pipe
ideally, we would support pasting single value with delimiters as well as pasting multiple values. Trello has a good solution for this,
if you paste the value into a new card or a checklist item
red
green
yellow
blue
orange
black
white
violet
you'll get the following prompt
once this is implemented, it might satisfy the core problem discussed in here https://github.com/prefecthq/prefect/issues/7021