script-server icon indicating copy to clipboard operation
script-server copied to clipboard

Chip list (adding multiple values to a list): add elements on comma and focus loss

Open bugy opened this issue 2 years ago • 0 comments

The issue is with this component: image

At the moment, to add a value, a user has to press Enter and for many people this is not obvious. To make things more straightforward, this component should support 2 additional features:

  • a value should be added, when a user types comma. To have a possibility to use comma in values, escaped commas should be allowed (e.g. abc,def should add a single value of abc,def)
  • a value should be added, when a user goes to another component (changes focus). For example, when he presses a save button

bugy avatar Sep 21 '21 05:09 bugy