Skip to content

Commit 88b0137

Browse files
appleshelllvpansen
andauthored
fix:tabindex prop will be set only on input element (#577)
Co-authored-by: lvpansen <pansen.lv@atzuche.com>
1 parent f984767 commit 88b0137

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/generate.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const DEFAULT_OMIT_PROPS = [
5252
'maxTagPlaceholder',
5353
'choiceTransitionName',
5454
'onInputKeyDown',
55+
'tabIndex',
5556
];
5657

5758
export interface RefSelectProps {

0 commit comments

Comments
 (0)