function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
s_macs_mac 

jquery input displays suggestions, need validation on vf page which allows only value from suggestions

I've a jquery input which displays suggestions when text entered on vf page but I need validation that field has only value from suggestions or value in tex box is the value from suggestions

Any help.. Thanks in Advance
ShivankurShivankur (Salesforce Developers) 
Hi There,

You could try with the implementation done around similar requirement shared on below threads:
https://salesforce.stackexchange.com/questions/331756/validating-the-input-field-in-the-vf-page
https://developer.salesforce.com/forums/?id=9060G000000UaeSQAS

Hope above information helps. Please mark as Best Answer so that it can help others in future.

Thanks.