Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
smhigley committed Dec 30, 2024
1 parent 1d135b4 commit 077d70b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ exports[`ComboBox Renders correctly 1`] = `
<input
aria-autocomplete="both"
aria-expanded="false"
aria-invalid="false"
autocapitalize="off"
autocomplete="off"
class=
Expand Down Expand Up @@ -495,6 +496,7 @@ exports[`ComboBox Renders correctly when open 1`] = `
aria-autocomplete="both"
aria-controls="ComboBox0-list"
aria-expanded="true"
aria-invalid="false"
autocapitalize="off"
autocomplete="off"
class=
Expand Down Expand Up @@ -1333,6 +1335,7 @@ exports[`ComboBox Renders correctly when opened in multi-select mode 1`] = `
aria-autocomplete="both"
aria-controls="ComboBox0-list"
aria-expanded="true"
aria-invalid="false"
autocapitalize="off"
autocomplete="off"
class=
Expand Down Expand Up @@ -2266,6 +2269,7 @@ exports[`ComboBox renders with a Keytip correctly 1`] = `
aria-autocomplete="both"
aria-describedby="test-foo ktp-layer-id ktp-a"
aria-expanded="false"
aria-invalid="false"
autocapitalize="off"
autocomplete="off"
class=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`Dropdown multi-select Renders correctly 1`] = `
<div
aria-expanded="false"
aria-haspopup="listbox"
aria-invalid="false"
class=
ms-Dropdown
{
Expand Down Expand Up @@ -101,7 +102,6 @@ exports[`Dropdown multi-select Renders correctly 1`] = `
tabindex="0"
>
<span
aria-invalid="false"
class=
ms-Dropdown-title
ms-Dropdown-titleIsPlaceHolder
Expand Down Expand Up @@ -939,6 +939,7 @@ exports[`Dropdown multi-select Renders correctly when open 1`] = `
aria-controls="Dropdown0-list"
aria-expanded="true"
aria-haspopup="listbox"
aria-invalid="false"
class=
ms-Dropdown
is-open
Expand Down Expand Up @@ -1034,7 +1035,6 @@ exports[`Dropdown multi-select Renders correctly when open 1`] = `
>
<span
aria-atomic="true"
aria-invalid="false"
aria-live="polite"
class=
ms-Dropdown-title
Expand Down Expand Up @@ -1119,6 +1119,7 @@ exports[`Dropdown single-select Renders correctly 1`] = `
<div
aria-expanded="false"
aria-haspopup="listbox"
aria-invalid="false"
class=
ms-Dropdown
{
Expand Down Expand Up @@ -1212,7 +1213,6 @@ exports[`Dropdown single-select Renders correctly 1`] = `
tabindex="0"
>
<span
aria-invalid="false"
class=
ms-Dropdown-title
ms-Dropdown-titleIsPlaceHolder
Expand Down Expand Up @@ -1295,6 +1295,7 @@ exports[`Dropdown single-select Renders correctly when open 1`] = `
aria-controls="Dropdown0-list"
aria-expanded="true"
aria-haspopup="listbox"
aria-invalid="false"
class=
ms-Dropdown
is-open
Expand Down Expand Up @@ -1390,7 +1391,6 @@ exports[`Dropdown single-select Renders correctly when open 1`] = `
>
<span
aria-atomic="true"
aria-invalid="false"
aria-live="polite"
class=
ms-Dropdown-title
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ exports[`TimePicker renders correctly 1`] = `
aria-autocomplete="inline"
aria-describedby="ComboBox0-error"
aria-expanded={false}
aria-invalid={false}
aria-labelledby="ComboBox0-label"
autoCapitalize="off"
autoComplete="off"
Expand Down

0 comments on commit 077d70b

Please sign in to comment.