Skip to content

Commit

Permalink
💄make autocomplete multiline (#3218)
Browse files Browse the repository at this point in the history
  • Loading branch information
oddvernes authored Jan 16, 2024
1 parent 4ddf907 commit a47bcef
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export function DebouncedInput({
}
selectedOptions={value as Array<string>}
onOptionsChange={(c) => setValue(c.selectedItems)}
multiline
/>
<div style={{ display: 'flex', flexWrap: 'wrap', marginTop: '8px' }}>
{(value as Array<string>).map((v) => (
Expand Down

0 comments on commit a47bcef

Please sign in to comment.