prefect-design icon indicating copy to clipboard operation
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`

Open stackoverfloweth opened this issue 2 years ago • 0 comments

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 image

once this is implemented, it might satisfy the core problem discussed in here https://github.com/prefecthq/prefect/issues/7021

stackoverfloweth avatar Nov 01 '22 15:11 stackoverfloweth