Skip to content

Commit e11ab35

Browse files
committed
Merge branch 'master' into fix-lookup-icon-click-blur
2 parents 792172e + c993efc commit e11ab35

File tree

7 files changed

+2962
-151
lines changed

7 files changed

+2962
-151
lines changed

.storybook/__storyshots__/DropdownButton.shot

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2692,12 +2692,16 @@ exports[`Hover Popup`] = `
26922692
</button>
26932693
<div
26942694
className="slds-dropdown slds-dropdown--menu slds-dropdown--left"
2695+
onBlur={[Function]}
2696+
onFocus={undefined}
26952697
onKeyDown={[Function]}
26962698
style={
26972699
Object {
2700+
"outline": "none",
26982701
"transition": "none",
26992702
}
2700-
}>
2703+
}
2704+
tabIndex="-1">
27012705
<ul
27022706
className="slds-dropdown__list"
27032707
role="menu">

.storybook/__storyshots__/Form.shot

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4440,6 +4440,20 @@ exports[`Compound Form`] = `
44404440
</span>
44414441
</td>
44424442
</tr>
4443+
<tr>
4444+
<td>
4445+
menuStyle
4446+
</td>
4447+
<td>
4448+
object
4449+
</td>
4450+
<td>
4451+
no
4452+
</td>
4453+
<td>
4454+
-
4455+
</td>
4456+
</tr>
44434457
<tr>
44444458
<td>
44454459
menuSize
@@ -10998,6 +11012,20 @@ exports[`Horizontal Form`] = `
1099811012
</span>
1099911013
</td>
1100011014
</tr>
11015+
<tr>
11016+
<td>
11017+
menuStyle
11018+
</td>
11019+
<td>
11020+
object
11021+
</td>
11022+
<td>
11023+
no
11024+
</td>
11025+
<td>
11026+
-
11027+
</td>
11028+
</tr>
1100111029
<tr>
1100211030
<td>
1100311031
menuSize
@@ -16885,6 +16913,20 @@ exports[`Stacked Form`] = `
1688516913
</span>
1688616914
</td>
1688716915
</tr>
16916+
<tr>
16917+
<td>
16918+
menuStyle
16919+
</td>
16920+
<td>
16921+
object
16922+
</td>
16923+
<td>
16924+
no
16925+
</td>
16926+
<td>
16927+
-
16928+
</td>
16929+
</tr>
1688816930
<tr>
1688916931
<td>
1689016932
menuSize

.storybook/__storyshots__/Modal.shot

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6042,6 +6042,20 @@ exports[`Form elements`] = `
60426042
</span>
60436043
</td>
60446044
</tr>
6045+
<tr>
6046+
<td>
6047+
menuStyle
6048+
</td>
6049+
<td>
6050+
object
6051+
</td>
6052+
<td>
6053+
no
6054+
</td>
6055+
<td>
6056+
-
6057+
</td>
6058+
</tr>
60456059
<tr>
60466060
<td>
60476061
menuSize

0 commit comments

Comments
 (0)