Hi Devextreme,
I am using your dxTagBox for performing multi select.
However there is a behaviour I am trying to implement that seems to deviate from normal usage, unless I have overseen something.
I would like the user to:
- Select and item.
- Let the tagbox stay open and immidiately display the selected items in the editor.
- When the user clicks outside the tag box it just closes and the selected values remains displayed.
Behaviour wise similar to the multi select from Porsche's design system, see https://designsystem.porsche.com/v3/components/multi-select/examples.
Here you can see values are immidiately added to the editors display and when the multi select closes the changes made remains.
I know that you have two modes in applyValueMode
Using instant
immidiately closes the dropdown and this i what I am trying to avoid.
Using the useButtons
keeps the dropdown open and also displays two buttons to confirm/cancel. This is fairly close to what I am trying to acheive with the difference being that 1) It does not change the values on the fly as the user selects/unselects items and 2) It needs button confirmations.
I hope my question is somewhat clear of what I am trying to acheive :)
Thanks,
Jeppe