Skip to content

Commit 96f0e0b

Browse files
committed
update tagpicker snapshots
1 parent b74b916 commit 96f0e0b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

packages/react-components/react-tag-picker/library/src/components/TagPickerButton/__snapshots__/TagPickerButton.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exports[`TagPickerButton renders a default state 1`] = `
55
<button
66
aria-expanded="false"
77
class="fui-TagPickerButton"
8+
data-tabster="{\\"focusable\\":{\\"ignoreKeydown\\":{\\"Escape\\":false}}}"
89
role="combobox"
910
tabindex="0"
1011
type="button"

packages/react-components/react-tag-picker/library/src/components/TagPickerInput/__snapshots__/TagPickerInput.test.tsx.snap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exports[`TagPickerInput renders a default state 1`] = `
55
<input
66
aria-expanded="false"
77
class="fui-TagPickerInput"
8+
data-tabster="{\\"focusable\\":{\\"ignoreKeydown\\":{\\"Escape\\":false}}}"
89
role="combobox"
910
type="text"
1011
value=""

0 commit comments

Comments
 (0)