Add DataListEntry using HTML datalist tag #223
Labels
backlog
Queued in backlog
enhancement
New feature or request
pr welcome
We rely on a community contribution to improve this.
Is your feature request related to a problem? Please describe.
It would be great to have a
DataListEntry
that combines the usability of theTextFieldEntry
with theSelectEntry
using the HTML datalist tag.Describe the solution you'd like
I manipulated the HTML in the browser to showcase what I propose to
Describe alternatives you've considered
The current alternatives are to use both
TextFieldEntry
andSelectEntry
and combine the input by code.Additional context
The datalist input field with above html is shown below:
Ideally, the solution has a validation option like the
TextFieldEntry
.Related to / duplicate of bpmn-io/bpmn-js-properties-panel#679.
The text was updated successfully, but these errors were encountered: