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

Issue: \n in Formatted Strings is Truncated in zoft:AutoCompleteEntry #34

Open
M1miage-Hounkara opened this issue Jan 3, 2025 · 0 comments

Comments

@M1miage-Hounkara
Copy link

When using the zoft:AutoCompleteEntry control, any text after a newline character (\n) in a formatted string is not displayed. This issue occurs when binding a property with a multi-line string to either the TextMemberPath or DisplayMemberPath. While the property contains the full string with the newline, the control only renders the part of the string before the \n, effectively truncating the rest. It seems the control does not fully support multi-line text or ignores newline characters during rendering.

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

No branches or pull requests

1 participant