Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BasicUI] input widget, support html escape characters in input #2685

Merged
merged 3 commits into from
Aug 16, 2024

Conversation

mherwege
Copy link
Contributor

Closes #2675

HTML escape characters in input widgets were not properly supported, leading to an escaped character sequence under certain conditions.

Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
@mherwege mherwege requested a review from a team as a code owner July 25, 2024 10:31
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Signed-off-by: Mark Herwege <mark.herwege@telenet.be>
Copy link
Contributor

@lolodomo lolodomo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you

@lolodomo lolodomo merged commit 19aac47 into openhab:main Aug 16, 2024
5 checks passed
@lolodomo lolodomo added this to the 4.3 milestone Aug 16, 2024
@mherwege mherwege deleted the input_html branch August 16, 2024 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
basic ui Basic UI bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BasicUI] Input widget converts doublequotes to &quot;
2 participants