Want to XamComboEditor can accept user input. For example, Dropdown has 3 predefined items: Item1, Item2, Item3, which will in the dropdown list. (Assign it to ItemSource). Then set IsEditable="true", then user can type in the box. I want user can type "New Item" and can be accepted. No need to add "New Item" to the dropdown. How to implement this requirement?
Hi Benjamin,
Let me know if you have any further questions on this matter.
You need to set XamComboEditor's CustomEnteredAction to Add.
Hope this helps,