Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4970
How to enable XamComboEditor can accept a new content not in the list?
posted

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?