I tried to get the TTMSFMXEdit to work with either AutoComplete or Lookup set to Enabled but I don't see it working either on the Mac, Windows or iOS.
My codes are as follows
Fedit.AutoComplete := true;
// Fedit.Lookup.Enabled := true;
Fedit.Lookup.ValueList.Add('anything');
Fedit.Lookup.ValueList.Add('anyone');
Fedit.Lookup.ValueList.Add('anywhere');
Fedit.Lookup.ValueList.Add('any');
Fedit.TextPrompt := 'Enter Anything';
The TextPrompt also did not appear.
Incidentally, I believe I have the latest Firemonkey suite installed on XE4 and the TTMSFmxEdit version is reflected as 1.5.0.2 . Is that the latest ?
Is there anything in which I need to do ?
Thanks