File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ function InternalInput(
183183 } , [ __useReactAutofocus , autoFocusEnabled ] ) ;
184184
185185 return (
186- < div { ...baseProps } className = { clsx ( baseProps . className , styles [ 'input-container' ] ) } ref = { __internalRootRef } >
186+ < span { ...baseProps } className = { clsx ( baseProps . className , styles [ 'input-container' ] ) } ref = { __internalRootRef } >
187187 { __leftIcon && (
188188 < span onClick = { __onLeftIconClick } className = { iconClassName ( 'left' , ! ! __onLeftIconClick ) } >
189189 < InternalIcon name = { __leftIcon } variant = { disabled ? 'disabled' : __leftIconVariant } />
@@ -199,7 +199,7 @@ function InternalInput(
199199 < InternalIcon name = { __rightIcon } variant = { disabled ? 'disabled' : __rightIconVariant } />
200200 </ span >
201201 ) }
202- </ div >
202+ </ span >
203203 ) ;
204204}
205205
You can’t perform that action at this time.
0 commit comments