Skip to content

Commit 8bc21e2

Browse files
committed
Undo change for ClearIndicator
1 parent 24c568c commit 8bc21e2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/chakra-components/indicators.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,7 @@ export const ClearIndicator = <
198198
className
199199
)}
200200
sx={sx}
201-
data-focus={isFocused ? true : undefined}
202-
data-focus-visible={isFocused ? true : undefined}
201+
data-focused={isFocused ? true : undefined}
203202
aria-label="Clear selected options"
204203
{...innerProps}
205204
>

0 commit comments

Comments
 (0)