diff --git a/app/public/powered_by_google.png b/app/public/powered_by_google.png new file mode 100644 index 0000000..bd3ff93 Binary files /dev/null and b/app/public/powered_by_google.png differ diff --git a/app/src/App/index.tsx b/app/src/App/index.tsx index ee26f2e..1b4e96f 100644 --- a/app/src/App/index.tsx +++ b/app/src/App/index.tsx @@ -104,8 +104,9 @@ const App: FC = () => { {suggestions}
  • Powered by Google
  • @@ -119,15 +120,7 @@ const App: FC = () => {

    React hook for Google Maps Places Autocomplete.

    -
    +
    { disabled={!ready} placeholder="WHERE ARE YOU GOING?" type="text" - aria-autocomplete="list" + role="combobox" aria-controls="ex-list-box" + aria-autocomplete="list" + aria-haspopup="listbox" + aria-expanded={hasSuggestions} aria-activedescendant={ currIndex !== null ? `ex-list-item-${currIndex}` : undefined }