Skip to content

fix: quote form attribute selector to support ids with special charac…#831

Open
ogagne wants to merge 1 commit into
autoNumeric:nextfrom
boreal-is:fix/issue-829
Open

fix: quote form attribute selector to support ids with special charac…#831
ogagne wants to merge 1 commit into
autoNumeric:nextfrom
boreal-is:fix/issue-829

Conversation

@ogagne

@ogagne ogagne commented Jun 8, 2026

Copy link
Copy Markdown

…ters (fixes #829)

Wrap the form attribute value in double quotes when building the selector. This prevents invalid selectors when form IDs contain special characters such as dots (e.g. "my.form.id"), ensuring elements are correctly matched.

…ters (fixes autoNumeric#829)

Wrap the form attribute value in double quotes when building the selector.
This prevents invalid selectors when form IDs contain special characters
such as dots (e.g. "my.form.id"), ensuring elements are correctly matched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

In primefaces the autonumeric script gives error due to unescaped id in _getContenteditableElements

1 participant