Skip to content

Commit 4485011

Browse files
committed
fix: Fixed the AutoSuggestBox error style
1 parent ac14711 commit 4485011

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AutoSuggestBox/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ export class AutoSuggestBox extends React.Component<AutoSuggestBoxProps, AutoSug
228228
<TextBox
229229
{...attributes}
230230
style={inlineStyles.root}
231-
className={theme.classNames(className, styles.root.className)}
232231
ref={textBox => this.textBox = textBox}
233232
onClick={this.showListSource}
234233
onKeyDown={this.handleInputKeyDown}

0 commit comments

Comments
 (0)