Combobox users should be able to paste comma-delimited things into a multiselect-combobox and have those items all immediately select. Additionally, the comma should be definable via a prop.
So for example, if a multiselect Combobox contains options of "Apple" and "Banana" and "Cherry" and a user pastes "Apple,Banana" into the box, both Apple and Banana should become selected.
If the combobox were set up with delimiter={"|"} then "Apple|Banana" would do the same thing.
The solution
The addition of a delimiter prop and also the implementation of selection based on it
Alternatives and examples
I can share examples internal to JPMC if someone pings me.
Area
UI Components
The problem
Combobox users should be able to paste comma-delimited things into a multiselect-combobox and have those items all immediately select. Additionally, the comma should be definable via a prop.
So for example, if a multiselect Combobox contains options of "Apple" and "Banana" and "Cherry" and a user pastes "Apple,Banana" into the box, both Apple and Banana should become selected.
If the combobox were set up with delimiter={"|"} then "Apple|Banana" would do the same thing.
The solution
The addition of a delimiter prop and also the implementation of selection based on it
Alternatives and examples
I can share examples internal to JPMC if someone pings me.
Are you a JPMorgan Chase & Co. employee?