Skip to content

Conversation

@michaelmaillot
Copy link
Collaborator

Q A
Bug fix? [x]
New feature? [ ]
New sample? [ ]
Related issues? fixes #323

What's in this Pull Request?

Provides clarity regarding external users search feature for the PeoplePicker control.

Ateina and others added 30 commits April 6, 2025 00:52
…d as non-required component properties. Renamed MAX_ROW_HEIGHT to MAX_WIDTH.
Add the option to pass an URL of the site.
…es for improved theme handling and styling consistency
Without the import @pnp/sp/files the methid _getFiles will fail as 
web.getFolderByServerRelativePath(folderRelativeUrl).files
will be undefined and therfore the next .select will fail.

adding the import fixed the issue
…ders-incorrectly

Fix issue with RichText toolbar not rendering correctly
AJIXuMuK and others added 30 commits October 12, 2025 16:29
…olumn-as-columnInternalName-not-working

Fix missing closing tag in CAML OrderBy query for calculated columns. Closes #1870
Fix timezone issue in Calendar month view. Closes #2025
…aracters-issue

Fix special characters encoding in ListItemComments. Closes #2047
Update FolderExplorerService.ts to add import @pnp/sp/files
FluentProvider to SelectFromSharePoint component so token is not undefined
Modified SPService methods (addAttachment and deleteAttachment) to return the updated item with new ETag.
Added onAttachmentChange callback prop to ListItemAttachments and UploadAttachment components.
Components now notify parent components when attachments are modified so ETag can be updated.

Co-authored-by: AJIXuMuK <[email protected]>
Added public updateETag method to DynamicForm to allow external updates when list item is modified.
Updated documentation for both ListItemAttachments and DynamicForm with integration examples.
This completes the fix for ETag conflict errors when using attachments with DynamicForm.

Co-authored-by: AJIXuMuK <[email protected]>
Fix: Replace missing indent icon names in RichText control
Fix ETag conflict errors when using ListItemAttachments with DynamicForm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PeoplePicker: search external users