I am working with Lightning to create a page layout. Using the Lightning Page Layout, I've added a Related Record component and I've added an Update Action to that component that is a free text field. It. Looks. Awesome... but then the UI functionality fails me! In a free text field, users are expected to add any indeterminate amount of text, and at some point, they are probably going to press "Enter" or "Return" to create an end of a paragraph and potentially start a new one. However, when the user presses "Enter" or "Return" it takes them out of their edit box, and highlights the "Save" button in the UI. If they press enter again, guess what, it's saved! I can't ask my users to add carriage returns to a free text field by pressing enter (which actually adds the carriage return but then highlights "Save"), then using their mouse to go back to the text box they are editing. Does anyone have a smart (potentially easy) way to fix this?