sergiodlopes / jquery-flexdatalist

Flexible input autocomplete/datalist plugin for jQuery
http://projects.sergiodinislopes.pt/flexdatalist/
MIT License
365 stars 84 forks source link

Cannot type quote mark in input #230

Open jesserosenfield opened 3 years ago

jesserosenfield commented 3 years ago

If you try to type quote marks " into the first example on your site, it goes bananas.

Help me solve this! Thanks

image

jesserosenfield commented 3 years ago

@sergiodlopes

The solution lies somewhere in here:

image

jesserosenfield commented 3 years ago

@sergiodlopes

It also happens on this example:

image

sergiodlopes commented 3 years ago

@jesserosenfield Thanks for the heads up.

Indeed the problem lies there. If your values don't use HTML special characters, you can remove that 'escapeHtml' line, it should be OK.

Fix will be on v2.3.1, coming soon.

Cheers

jesserosenfield commented 3 years ago

Thanks!

On Tue, Feb 23, 2021 at 5:30 PM Sérgio Dinis Lopes notifications@github.com wrote:

@jesserosenfield https://github.com/jesserosenfield Thanks for the heads up.

Indeed the problem lies there. If your values don't use HTML special characters, you can remove that 'escapeHtml' line, it should be OK.

Fix will be on v2.3.1, coming soon.

Cheers

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sergiodlopes/jquery-flexdatalist/issues/230#issuecomment-784559812, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADV5AMLEA7ZZXOLY2OCECLTAQT65ANCNFSM4YDDWKEA .

-- Web: handiworknyc.com Phone: 774-641-0599

ppfeufer commented 5 months ago

Any progress on this one?

"coming soon" was like 3 years ago by now …