Skip to content

Releases: ErrorPro/react-google-autocomplete

Fixes useEffect dependency

26 Apr 18:05
1477ee2
Compare
Choose a tag to compare

Remove useEffect deps causing react to remove event listener from google.

Add default import in index.d.ts, changes in the interface

22 Apr 19:21
b98ab54
Compare
Choose a tag to compare
v2.0.2

add default import for typescript (#97)

Fix second script loading issue, update docs

20 Apr 20:39
b235344
Compare
Choose a tag to compare
v2.0.1

Fix second script loading issue, update docs, bump 2.0.1 (#95)

Hooks, forwardRef, dynamic props and more.

20 Apr 15:32
7652acc
Compare
Choose a tag to compare

Some changes:

  • Reworked the lib with hooks
  • Added a way to pass ref to the underlying input
  • Added a way to get access to the google autocomplete
  • Changed the API of the component
  • Removed unused code
  • More examples how to use the lib