Google Places Auto Complete: Reference
Reference for Google Places Auto Complete in Web Framework References. Key properties: info, ID, Name, Static Value.
Search for places or provide autocomplete functionality for your users. Use the services provided by Google Places API - Places Search and Places Autocomplete. Google Places Search lets you search for place information using a variety of categories, including establishments, prominent points of interest, and geographic locations.
Inspector Property Groups
Places Auto Complete Properties
| Property | Type | Details |
|---|---|---|
| info | static | Warning heavy pricing may apply. See Google Places Pricing |
| ID | text | Optional unique identifier for this element. Sets the element's id attribute. Keep IDs unique per page (useful for anchors, label for targets, and JavaScript hooks). Bootstrap docs: Introduction Required in common setups. Attribute: id |
| Name | text | HTML name attribute. Sets the control name . This is used as the field key in form submissions and is essential for classic post submissions and many server-side handlers. Bootstrap docs: Forms overview Required in common setups. Attribute: name |
| Static Value | text | Initial/default value. Sets the control initial value. For App Connect, you often bind values reactively instead of hardcoding them. Bootstrap docs: Form control Attribute: value |
| API Key | text | Required in common setups. |
| Map | droplist | Attribute: map |
Actions
Set Value
Set Value of the input
| Configuration group | Controls |
|---|---|
| Set Value Properties | Value |
Disable
Disable of the input
| Configuration group | Controls |
|---|---|
| Disable Properties | Value |
Validate
Validate the input
Focus
Focus the input