mirror of
https://github.com/processwire/processwire.git
synced 2025-08-24 15:23:11 +02:00
Add fix for issue processwire/processwire-issues#584 allow quotes in InputfieldPageAutocomplete selectors
This commit is contained in:
@@ -195,7 +195,7 @@ class InputfieldPageAutocomplete extends Inputfield implements InputfieldHasArra
|
|||||||
|
|
||||||
$attrs =
|
$attrs =
|
||||||
"data-max='$max' " .
|
"data-max='$max' " .
|
||||||
"data-url='$url' " .
|
"data-url='" . $this->wire('sanitizer')->entities($url) . "' " .
|
||||||
"data-label='" . $this->wire('sanitizer')->entities($labelField) . "' " .
|
"data-label='" . $this->wire('sanitizer')->entities($labelField) . "' " .
|
||||||
"data-search='$searchField' " .
|
"data-search='$searchField' " .
|
||||||
"data-operator='$operator'";
|
"data-operator='$operator'";
|
||||||
|
Reference in New Issue
Block a user