-
Notifications
You must be signed in to change notification settings - Fork 39
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
Draft - Update TokenizingTextBox usage for PeoplePicker #51
Conversation
TODO: Need to make PeoplePicker inherit from TokenizingTextBox instead of it's own Control?
Thanks michael-hawker for opening a Pull Request! The reviewers will test the PR and highlight if there is any merge conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌 |
@azchohfi I had trouble building the WPF/XAML Islands app with this error:
Is there a new change I need to make to the project file? Also, I noticed that the |
Are you sure you have the Desktop dev workload installed on your VS? |
@azchohfi I have these workloads installed: |
TODO: See why organizational contacts aren't showing in People Picker when connected to tenant XAML Islands not working?
Alright, I think the last bit left here is to be able to fall back on the Users API as MGT does here. Then we should be good to go. @azchohfi I'm going to try the sub-module thing as a test for the sample app tomorrow. Then that limits the crazy NuGet stuff for now. If not I'll fall-back to the weirdness, but will I need an official NuGet reference or could I do it with MyGet still? |
Microsoft.Toolkit.Graph.Controls/Controls/PeoplePicker/PeoplePicker.xaml
Show resolved
Hide resolved
You could do it with myget, but I don't think we should. All you have to do is add the myget to the nuget.config file, but we need to remove it before we ship this to nuget. |
Wondering if we just make the PeoplePicker a behavior and style in the future though that's not as friendly... anyway, going to merge this in and we can sort out changes later. This should be enough for the sample app. |
Fixes #
Update the People Picker to use the new TokenizingTextBox
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Uses preview TokenizingTextBox
What is the new behavior?
Uses new TokenizingTextBox
PR Checklist
Please check if your PR fulfills the following requirements:
TODO