AutoSuggest Breaks For Some Values

This forum allows users to post and respond to "How Do I Do ....." questions. The information contained in this forum has not been validated by K-Rise Systems and, as such, K-Rise Systems cannot guarantee the accuracy of the information.
Post Reply
JefferyD
Posts: 177
Joined: August 31st, 2021, 11:37 am
Contact:

AutoSuggest Breaks For Some Values

Unread post by JefferyD »

It seems like when a quotation mark exists in one of the values, the auto suggest dropdown list does not refresh.

For example, it would stay as the last successful suggested list if Value or Description was set to:

Code: Select all

"Test String"
It seems to work if the value was instead escaped like so:

Code: Select all

\"Test String\"
I'm hesitant to keep it like that though because if AutoSuggest was updated to handle quotation marks, then my fix would need to be undone for this to work correctly again.
word count: 93

Tags:
SteveCap
Posts: 327
Joined: August 26th, 2021, 9:18 am
Contact:

Re: AutoSuggest Breaks For Some Values

Unread post by SteveCap »

Task #11161 has been created. This post will be updated when it has been completed.
word count: 15
Post Reply