Replies: 1 comment 1 reply
-
Hi @GKersten, the source code for that package can be found here in a branch. Eventually we want to bring it to main but haven't found time for that yet. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our Angular Application we are using Adaptive Cards, we created custom renderers to render the components in Material Design. We took a lot of inspiration from the "Fabric UI" implementation, it was great resource to see how the custom renderers were implemented. We found that the documentation for extensibility was coming short in some places.
We noticed that the
![image](https://user-images.githubusercontent.com/5525173/149618422-326c30c0-9531-449f-8e08-559e13e124d6.png)
adaptivecards-fabric
is removed in favor ofadaptivecards-fluentui
:We would really appreciate having access to the source code of
adaptivecards-fluentui
to be able to learn how to implement custom renderers with the latestadaptivecards
packages. Are there any plans for making this public any time soon?Main reason:
We recently did an upgrade of the
adaptivecards
package, version2.9.0
->2.10.0
and this introduced a bug, where we are unable to trigger the submit action. So far no luck yet in resolving this issue.Beta Was this translation helpful? Give feedback.
All reactions