Skip to content

Correct autocomplete for values with special characters

What does this MR do?

This adds a check for any special chars in any value passed to the DefaultOptions.beforeInsert callback function. If special chars are found and skipSpecialCharTest option is false, it will wrap the value in quotation marks.

This fixed autocompleting ~customer+ instead of ~"customer+".

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

Screenshots (if relevant)

2016-12-03_10.37.11

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #25286 (closed), #24961 (closed)

Merge request reports