You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I drag an input component and double-click to change the placeholder text, type "user," and press Enter, the input component should display "user" as the placeholder text.
### Delete key editing inline shape
If I drag an input component and double-click to change the placeholder text, type "user," press the delete key to remove the last letter, leaving "use," and then press Enter, the input component should display "use" as the placeholder text.