-
Notifications
You must be signed in to change notification settings - Fork 43
[Feature]: Enable PowerApps MDA Input controls for Custom Pages with … #554
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
Conversation
…Test Engine Support
…DA_Input_Controls-2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you add a RunTests.ps1 to this and other samples similar to how it is in button clicker
@@ -110,7 +111,7 @@ protected override bool TryGetField(FormulaType fieldType, string fieldName, out | |||
|
|||
if (string.IsNullOrEmpty(propertyValueJson)) | |||
{ | |||
result = BlankValue.NewBlank(fieldType); | |||
result = NewBlank(fieldType); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you separate this into a different pr
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…Test Engine Support
Pull Request Template
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Checklist