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
31 stars 65 forks source link

Modus Autocomplete - Required to know selected options Ids with event/property (chips | multple) #2585

Open Vasistan opened 1 month ago

Vasistan commented 1 month ago

Prerequisites

Proposal

As of now, the autocomplete emits two events as follows optionSelected => emits selected option ID valueChange => emits the selected option values as comma-separated string As per these events, we don't have any option to know the option ID when is removed/de-selected

Motivation and context

This is a basic feature available in the DevExtream Tag Box component. As part of migration, this is blocking us.

What is the issue regarding ?

@trimble-oss/modus-web-components, @trimble-oss/modus-angular-components

Priority

High

What product/project are you using Modus Components for ?

MEP Estimation Platform Projects

What is your team/division name ?

Estimation / MEP + GCCM

Are you willing to contribute ?

Yes

Are you using Modus Web Components in production ?

yes, but not all components as there are shortfall in the feature of modus components

github-actions[bot] commented 1 month ago

Hello @Vasistan! Thanks for opening an issue. The Modus core team will get back to you soon (usually within 24-hours) and provide guidance on how to proceed. Contributors are welcome to participate in the discussion and provide their input on how to best solve the issue, and even submit a PR if they want to.

Please wait until the issue is ready to be worked on before submitting a PR, or you can reach out to the core team if it is time bound. For trivial things, or bugs that don't change the expected behaviors and UI, you can go ahead and make a PR.