Page 1 of 1

AutoSuggest Breaks For Some Values

Posted: January 26th, 2023, 8:21 pm
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.

Re: AutoSuggest Breaks For Some Values

Posted: February 3rd, 2023, 9:38 am
by SteveCap
Task #11161 has been created. This post will be updated when it has been completed.