Skip to content

Commit

Permalink
hide popup icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak committed Dec 17, 2024
1 parent aa13297 commit 04e19ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.planx.uk/src/ui/shared/AutocompleteInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default function AutocompleteInput<T>(props: Props<T>) {
role="status"
aria-atomic={true}
aria-live="polite"
popupIcon={PopupIcon}
forcePopupIcon={false}
renderInput={(params) => (
<StyledTextField
{...params}
Expand Down

0 comments on commit 04e19ce

Please sign in to comment.