sergiodlopes/jquery-flexdatalist

Cannot type quote mark in input

jesserosenfield opened this issue · 5 comments

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

Help me solve this! Thanks

image

@sergiodlopes

The solution lies somewhere in here:

image

@sergiodlopes

It also happens on this example:

image

@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