-
Notifications
You must be signed in to change notification settings - Fork 743
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
[XAML] ConverterParameter with string literal is not parsed properly #3049
Comments
A note which might be helpful. After updating to Uno 2.2, on iOS the ConverterParameter appears to produce additional unicode left/right arrow For example: |
Indeed, the unicode character is supposed to be used as a workaround for xbind parsing , but the ConverterParameter reader does not remove it properly. Thanks for the update! |
Current behavior
The following XAML does not get generated properly:
where the ConverterParameter does not get parsed properly and is concatenated to the paramaterless group of a binding.
Environment
Nuget Package: 2.2.0
The text was updated successfully, but these errors were encountered: