powered by
autocomplete
This function is very handy when needing to either validate or simply "fill in gaps" with autocompletion from the API.
autocomplete(section, input, ...)
Returns the autocomplete information for the provided section
section
given the input.
Defines what section of the api should be called. available_sections() exposes all options for this parameter.
available_sections()
The input to autocomplete. Could be a name, a place and similar.
<dynamic-dots> input query parameters.
dynamic-dots
if (connection_check()) { autocomplete("regioner", "midt") }
Run the code above in your browser using DataLab