| Run-Time Interaction > Searching and Field Completion > Search Mismatch (C1Combo Only) |
The Mismatch event is triggered whenever the user enters a value in the text portion of a combo box that is not found in the list portion. By default, Reposition is False, which resets the current row back to the top of the list portion when the event is fired.
If you set Reposition to False, and the combo cannot locate NewEntry, the current row remains unchanged when this event is fired.
![]() |
Note: This event is only fired when the LimitToList property is True and the ComboStyle property is set to DropdownCombo or SimpleCombo. |