We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59f151f commit 1776b02Copy full SHA for 1776b02
1 file changed
src/core/components/autocomplete/autocomplete-class.js
@@ -436,6 +436,7 @@ class Autocomplete extends Framework7Class {
436
const ac = this;
437
if (ac.params.renderItem) return ac.params.renderItem.call(ac, item, index);
438
let itemHtml;
439
+ item.value = item.value.replace(/"/g, '"');
440
if (ac.params.openIn !== 'dropdown') {
441
itemHtml = `
442
<li>
0 commit comments