-
Notifications
You must be signed in to change notification settings - Fork 281
Description
Is your feature request related to a problem? Please describe.
We have an interesting use case for the ui5 input webcomponent, specifically the provided suggestions. When we type text, there is a pattern recogniser for certain placeholders. When you enter the placeholder, the suggestions start appearing. The placeholder is segregated into a few different segments, denoting a path. We would like to have different suggestions to pop up when a new segment is reached in the entered path. It is very important that scrolling through or selecting a provided suggestion does not clear or replace the entire input, but only the part that follows
Describe the solution you'd like
If there is a way to prevent the entire entered input from being replaced when selecting a suggestion would be great (e.g. insertion mechanism).
Describe alternatives you've considered
We have considered applying monkey patches to the underlying component code, so as to achieve the desired behaviour. Here are some images
Additional context
Expected behaviour should follow these images:






