Copy and Paste function of text in Task Flyouts (Projects) not possible - text is being deleted.
Steps to Reproduce:
- Create a custom attribute in the Project object, of data type String
- Provide an API Attribute ID to this newly created attribute so that it is accessible in the Modern UX
- Navigate to Modern UX -> Projects Grid
- Open the "Details" fly-out and configure the attribute created in Steps 1 and 2
- Extend the length of the field vertically by dragging it down. Let the field at least accommodate 2 lines
- Open Browser Developer tools
- Enter a text in the field configured in Step 5
- Copy the text entered, and switch between Projects. Paste the text as you navigate between various instances in the Projects grid
Expected Results: The text pasted into the String field is saved
Actual Results: The text entered into String field is not saved after navigating between few records. The PUT call to modify the project record does not go out after navigating between a few records in the grid.