-
Notifications
You must be signed in to change notification settings - Fork 563
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
data binding to boolean fails #4350
Comments
@IntranetFactory I assume this is a designer issue. In the future, please make sure you specify that. I can repro in the designer. Note this issue will not repro if you use the templating SDK in your own code. It is a designer specific issue. |
To be more explicit - the designer currently has limited data binding support. Aside from the properties that can be explicitly bound, other things might not work as expected, and that includes Boolean properties. I will look into fixing this specific use case (e.g. binding Boolean properties) but other limitations will still exist and you might still hit them. Comprehensive data binding support in the designer is on the roadmap but it is a significant work item. |
What syntax should be used to bind a boolean property in my own card template? a. |
|
I have a PR that fixes this: #4351 |
Hi @IntranetFactory. We have acknowledged this issue report. Please continue to follow this issue for updates/progress/questions. |
I have the following simple payload
and the following simple card definition
I cannot bind
visible
"isVisible": "${visible}"
still shows the TextBlock"isVisible": ${visible}
isn't valid JSON so the cardThe text was updated successfully, but these errors were encountered: