Hello the Community,
I would like get the last user selection of a combobox.
For example, in my Combobox, I have 3 items ["item1", "item2", "item3].
Firstly, the user selects "item1" and after "item2". Now, here I want display in a TextBox : "Your last selection is item1" (with a variable for example)
It works with a Dropdown and its onSelect property, but I need features of Combobox (mostly isSearchable and reset). So I can not use a Dropdown.
Could you help me ?
Bye.
Charlie.