Skip to content

Commit ffd7dec

Browse files
authored
Merge pull request #296 from bwalendz/fix-full-width-input-group
Thank you for your PR and fixing this. I will have a release out shortly with credit to you in the release note.
2 parents e8b9bc2 + 8ed6127 commit ffd7dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autocomplete-input.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export const AutoCompleteInput = forwardRef<HTMLInputElement, AutoCompleteInputP
116116
);
117117

118118
return (
119-
<PopoverAnchor>
119+
<PopoverAnchor w="full" {...wrapperProps}>
120120
{autoCompleteProps.multiple ? multipleInput : simpleInput}
121121
</PopoverAnchor>
122122
);

0 commit comments

Comments
 (0)