trimble-oss / modus-web-components

This library provides Modus components as web components - reusable, encapsulated UI elements that are framework agnostic (can be implemented in any site).
https://modus-web-components.trimble.com/
MIT License
32 stars 69 forks source link

Autocomplete with Multiselect #2446

Open enowak1031 opened 4 months ago

enowak1031 commented 4 months ago

If this is a multliselect autocomplete: show chips ABOVE the input field (not inside). When chips are created, and the field is reopened, the first selection in alphabetical order should be visible as the second from the bottom (unless it's the first one in the list or the last one in the list).

cjwinsor commented 2 months ago

Do we make this configurable, such that the table could still have it inside? (#2669) Or do we need to account for tables separately? Would be good to have updated figma to show the design/spacing once the chips are moved.