-
Notifications
You must be signed in to change notification settings - Fork 38
Closed
Labels
Milestone
Description
Selection Mode not working as expected
I have set the picker on xaml as follows:
<controls:PeoplePicker
PlaceholderText="Select Engineer on Duty*"
RelativePanel.Below="RootCauseTextBox"
Margin="{StaticResource MediumTopMargin}"
Width="200" Height="35"
Padding="{StaticResource MediumTopMargin}"
SelectionMode="Single"
Name="FieldEngineerPicker"/>However, it allows for multiple selection of people when I run it.
Expected behavior
Only one user should be selected from the dropdown list
Screenshots
Environment
Windows 10 Build Number:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [ ] May 2019 Update (18362)
- [x] Insider Build (build number:20279.fe_release.201209-1322 )
App min and target version:
- [ ] Fall Creators Update (16299)
- [ ] April 2018 Update (17134)
- [ ] October 2018 Update (17763)
- [x] May 2019 Update (18362)
- [ ] Insider Build (xxxxx)
Device form factor:
- [x] Desktop
- [ ] Xbox
- [ ] Surface Hub
- [ ] IoT
Visual Studio
- [ ] 2017 (version: )
- [x] 2019 (version: 16.8)
- [ ] 2019 Preview (version: )