You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@xaksis why input needs to be escaped from special characters when searching? Can we simply remove the escaping part? IMHO, the other simple option escaping rowval too.
Since only search term is escaped in this method https://github.com/xaksis/vue-good-table/blob/master/src/components/types/default.js#L9, search does not work with escaped characters. As a quick solution, we may escape rowVal too.
Issue Type
Specs
2.16.0
What browser?
Chrome, Firefox
Expected Behavior
"192.168" search term should match with all entries in provided fiddle.
Actual Behavior
Nothing matched
jsfiddle
(https://jsfiddle.net/4L27s8cy/
The text was updated successfully, but these errors were encountered: