-
Notifications
You must be signed in to change notification settings - Fork 550
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
Dipja/dynamic type ahead doc #8050
base: main
Are you sure you want to change the base?
Conversation
updates
updating details
updates
adding png
updates
Hi @dipja. This pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. |
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.
looks good to me.
Staleness reset by jwoo-msft |
Hi @dipja. This pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. |
@dipja hello. Do you happen to have any idea how to create these dataset instead of using the one provided by Microsoft? Appreciate it! |
Description
Design document for Dynamic Type Ahead feature.
schema:
{
"type": "Input.ChoiceSet",
"id": "selectedUser",
"choices": [
{ "title": "Static 1", "value": "Static 1" }
],
"choices.data": {
"type": "Data.Query",
"dataset": "graph.microsoft.com/users"
},
}
Microsoft Reviewers: Open in CodeFlow