Question
2
Replies
1090
Views
TCS
Posted: December 12, 2018
Last activity: December 13, 2018
Closed
Solved
Restricting autocomplete to set only values from list
A list of market is being displayed with an autocomplete. User types in key to get the list having that value. If random key is inputed, for example = abc , the list has no content. Is there any way to restrict autocomplete from accepting "abc" ?
Hi
If my understanding is correct, then you just want to validate the value entered in autocomplete.
Pega does not support it OOTB.
You have 2 options:
1. Create a validation rule to validate the value entered, Call that on the flow action validate rule.
2. You can use scripts.For detailed steps, refer below link :
https://community1.pega.com/community/pega-support/question/auto-complete-control-validaiton
Regards
Bhavya