File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
refresh-components/inputs/InputComboBox Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222
2323.input-disabled {
2424 background-color : var (--background-neutral-03 );
25- border : none ;
25+ border : 1 px solid transparent ;
2626 cursor : not-allowed;
2727}
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ const InputComboBox = ({
364364
365365 return (
366366 < div ref = { refs . setReference } className = { cn ( "relative w-full" , className ) } >
367- < div className = "relative" >
367+ < >
368368 < InputTypeIn
369369 ref = { inputRef }
370370 placeholder = { placeholder }
@@ -438,7 +438,7 @@ const InputComboBox = ({
438438 allowCreate = { ! strict }
439439 showCreateOption = { showCreateOption }
440440 />
441- </ div >
441+ </ >
442442
443443 { /* Error message - only show internal error messages when not using external isError */ }
444444 { ! isValid && errorMessage && externalIsError === undefined && (
You can’t perform that action at this time.
0 commit comments