-
Notifications
You must be signed in to change notification settings - Fork 1k
Description
Target SharePoint environment
SharePoint Online
What SharePoint development model, framework, SDK or API is this about?
💥 SharePoint Framework
Developer environment
None
What browser(s) / client(s) have you tested
- 💥 Internet Explorer
- 💥 Microsoft Edge
- 💥 Google Chrome
- 💥 FireFox
- 💥 Safari
- mobile (iOS/iPadOS)
- mobile (Android)
- not applicable
- other (enter in the "Additional environment details" area below)
Additional environment details
- browser version
- SPFx version
- Node.js version
- etc
Describe the bug / error
When pasting in new entries into modern view lists (WebViewList in URL suffix), it is working correctly if all columns in the view are pasted in as a single paste action, however if columns are pasted in as separate past actions, then a validation error appears which does not clear even though there are no validation issues. I have successfully pasted the same data as a single action but if I try to paste individual columns then the issue occurs. I have tried unhiding all columns in the view to ensure there are no other validation issues.
Steps to reproduce
- Edit in grid view
- Add new item
- Paste in one or multiple rows into a single column
Expected behavior
I expect to be able to paste in columns as needed, and the item to be pass validation once all mandatory fields are completed and all other validations have passed.