File tree Expand file tree Collapse file tree 1 file changed +44
-0
lines changed
packages/clay-form/src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,56 @@ exports[`ClayForm Input.Group renders 1`] = `
39
39
/>
40
40
` ;
41
41
42
+ exports [` ClayForm Input.GroupInsetItem renders 1` ] = `
43
+ <div
44
+ className = " input-group-inset-item"
45
+ />
46
+ ` ;
47
+
42
48
exports [` ClayForm Input.GroupItem renders 1` ] = `
43
49
<div
44
50
className = " input-group-item"
45
51
/>
46
52
` ;
47
53
54
+ exports [` ClayForm Input.InlineText renders 1` ] = `
55
+ <div
56
+ className = " form-control-fit-content inline-text-input"
57
+ >
58
+ <div
59
+ className = " form-control"
60
+ >
61
+ <input
62
+ aria-hidden = { true }
63
+ className = " form-control form-control-hidden"
64
+ onFocus = { [Function ]}
65
+ readOnly = { true }
66
+ type = " text"
67
+ value = " "
68
+ />
69
+ <span
70
+ className = " form-control-inset"
71
+ contentEditable = " plaintext-only"
72
+ onBlur = { [Function ]}
73
+ onInput = { [Function ]}
74
+ role = " textbox"
75
+ />
76
+ <span
77
+ className = " form-control-indicator form-control-item"
78
+ >
79
+ <svg
80
+ className = " lexicon-icon lexicon-icon-pencil"
81
+ role = " presentation"
82
+ >
83
+ <use
84
+ href = " #pencil"
85
+ />
86
+ </svg >
87
+ </span >
88
+ </div >
89
+ </div >
90
+ ` ;
91
+
48
92
exports [` ClayForm Text renders 1` ] = `
49
93
<div
50
94
className = " form-text"
You can’t perform that action at this time.
0 commit comments