Skip to content

Commit f0395e3

Browse files
fix(dropdown-filter): update button structure and class for improved rendering
1 parent f022bcc commit f0395e3

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

packages/pluggableWidgets/datagrid-dropdown-filter-web/src/components/__tests__/__snapshots__/DataGridDropdownFilter.spec.tsx.snap

+16-12
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,27 @@ exports[`Dropdown Filter with single instance with single attribute DOM structur
1313
aria-expanded="false"
1414
aria-haspopup="listbox"
1515
aria-label="Select"
16-
class="widget-dropdown-filter-toggle"
16+
class="widget-dropdown-filter-input-container"
1717
id="downshift-:r1:-toggle-button"
1818
role="combobox"
1919
tabindex="0"
2020
>
21-
Select
21+
<span
22+
class="widget-dropdown-filter-toggle"
23+
>
24+
Select
25+
</span>
26+
<svg
27+
class="widget-dropdown-filter-state-icon"
28+
height="16"
29+
viewBox="0 0 32 32"
30+
width="16"
31+
>
32+
<path
33+
d="M16 23.41L4.29004 11.71L5.71004 10.29L16 20.59L26.29 10.29L27.71 11.71L16 23.41Z"
34+
/>
35+
</svg>
2236
</button>
23-
<svg
24-
class="widget-dropdown-filter-state-icon"
25-
height="16"
26-
viewBox="0 0 32 32"
27-
width="16"
28-
>
29-
<path
30-
d="M16 23.41L4.29004 11.71L5.71004 10.29L16 20.59L26.29 10.29L27.71 11.71L16 23.41Z"
31-
/>
32-
</svg>
3337
<div
3438
class="widget-dropdown-filter-popover"
3539
hidden=""

0 commit comments

Comments
 (0)