Skip to content

Commit

Permalink
Support new retrievel of Google Maps API
Browse files Browse the repository at this point in the history
- Support for mobile devices
- Filter search on country code
  • Loading branch information
joelvdgraaf committed Dec 20, 2018
1 parent 2c718a9 commit f8eaa90
Show file tree
Hide file tree
Showing 23 changed files with 10,616 additions and 80 deletions.
10 changes: 10 additions & 0 deletions src/GoogleAutocomplete/GoogleAutocomplete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@
<description>The microflow to execute Onchange</description>
<returnType type="Void"></returnType>
</property>
<property key="mobileSupport" type="boolean" defaultValue="false">
<caption>Mobile usage</caption>
<category>Behavior</category>
<description>The handling with touch devices is different compared to dekstop browsers. This feature will add the mobile support better.</description>
</property>
<property key="countryLimitation" type="string" required="false">
<caption>Countries limitation</caption>
<category>Behavior</category>
<description>Google will default search over the whole world, but in most cases that will be to much. Give here comma separated the required countries. For example: nl,us,uk,be</description>
</property>

<property key="placeholder" type="string" required="false">
<caption>Placeholder</caption>
Expand Down
Loading

0 comments on commit f8eaa90

Please sign in to comment.