Create a new project. Put a TTMSFNCSearchEdit on the form and set EmptyText to something.
Run the project, type 'a', 'Item A' appears in the list. Then press backspace, 'a' is cleaned and the EmptyText appears. Now if I click on the edit the emptytext is not cleared (I can edit it) and I cannot access anymore to the edit text.
Event problem is solved, together with the possibility to set EmptyText.
Anyway there is still an issue, as reported before:
EmptyText does not work properly on lazarus.
Create a new project. Put a TTMSFNCSearchEdit on the form and set EmptyText to something (e.g. 'find something...').
Run the project, type 'a', 'Item A' appears in the list. Then press backspace, 'a' is cleaned and the EmptyText appears ('find something...'). Now if I click on the edit the emptytext is not cleared (I can edit 'find something...') and I cannot access anymore to the edit text.
Unfortunately the focus toggles between the list and the edit, and programmatic toggle of the focus gives a unwanted side effect of appearing TextHint. We haven't found a workaround for this issue yet. The same issue happens on VCL TEdit. We'll further investigate if we can find a workaround for this issue.