We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ ] Enhancement
[x ] Bug
[ ] Question
Please specify what version of the library you are using: [ latest ]
When you set the initialsites option the title of the in ititialsite should appear as the selected site on the initial display.
the picker appears blank until you hit the dropdown, then the site you selected as the initiualsites displays.
<SitePicker initialSites={[{ id: item.siteId, url: decodeURIComponent(item.siteUrl), title: "sd" }]} context={parentContext.webPartContext} label={'Select site to capture'} mode={'site'} allowSearch={false} multiSelect={false} onChange={(sites) => { setItem((temp) => ({ ...temp, siteUrl: sites[0].url, captureToSiteId: sites[0].id, siteId: sites[0].id })); console.log(sites); }} placeholder={'Select sites'} searchPlaceholder={'Filter sites'} />
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.
Sorry, something went wrong.
fix of #895
394de18
Thanks @russgove for reporting this! Good catch! The fix has been implemented and will be included in the next release.
0b83a56
No branches or pull requests
Category
[ ] Enhancement
[x ] Bug
[ ] Question
Version
Please specify what version of the library you are using: [ latest ]
Expected / Desired Behavior / Question
When you set the initialsites option the title of the in ititialsite should appear as the selected site on the initial display.
Observed Behavior
the picker appears blank until you hit the dropdown, then the site you selected as the initiualsites displays.
Steps to Reproduce
The text was updated successfully, but these errors were encountered: