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
constemailAIOptions={instruction: 'Do not fill this field if the text contains an invalid email address. A valid email is in the following format: email@example.com'};
<divclassName="instruction">Copy text from the editor below to the clipboard. Edit the text to see how your changes affect Smart Paste result.</div>
97
103
<divclassName="instruction">Paste text from the clipboard to populate the form. Press Ctrl+Shift+V or use the "Smart Paste" button under the form.</div>
const emailAIOptions = { instruction: 'Do not fill this field if the text contains an invalid email address. A valid email is in the following format: email@example.com' };
Copy file name to clipboardExpand all lines: apps/demos/Demos/Form/SmartPaste/Vue/data.ts
-32Lines changed: 0 additions & 32 deletions
Original file line number
Diff line number
Diff line change
@@ -15,35 +15,3 @@ Address:
15
15
- 123 Elm St Apt 4B
16
16
- New York, NY 10001
17
17
`;
18
-
19
-
constemployee={
20
-
ID: 1,
21
-
FirstName: 'John',
22
-
LastName: 'Heart',
23
-
Position: 'CEO',
24
-
BirthDate: '1964/03/16',
25
-
HireDate: '1995/01/15',
26
-
Notes: 'John has been in the Audio/Video industry since 1990. He has led DevAv as its CEO since 2003.\r\n\r\nWhen not working hard as the CEO, John loves to golf and bowl. He once bowled a perfect game of 300.',
0 commit comments