AutoSuggest Breaks For Some Values
Posted: January 26th, 2023, 8:21 pm
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:
It seems to work if the value was instead escaped like so:
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.
For example, it would stay as the last successful suggested list if Value or Description was set to:
Code: Select all
"Test String"
Code: Select all
\"Test String\"