mirror of
https://github.com/processwire/processwire.git
synced 2025-08-24 07:13:08 +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 =
|
||||
"data-max='$max' " .
|
||||
"data-url='$url' " .
|
||||
"data-url='" . $this->wire('sanitizer')->entities($url) . "' " .
|
||||
"data-label='" . $this->wire('sanitizer')->entities($labelField) . "' " .
|
||||
"data-search='$searchField' " .
|
||||
"data-operator='$operator'";
|
||||
|
Reference in New Issue
Block a user