Skip to content
This repository was archived by the owner on Nov 8, 2017. It is now read-only.

Allow to process geocomplete data.#269

Open
undertext wants to merge 1 commit intoubilabs:masterfrom
undertext:master
Open

Allow to process geocomplete data.#269
undertext wants to merge 1 commit intoubilabs:masterfrom
undertext:master

Conversation

@undertext
Copy link

Allow manipulations with returned data.
For example:

$input.geocomplete({
  // ...
   dataProcess: function (data) {
            if (data['country_short']) {
              data['country_short'] = data['country_short'].toLowerCase();
            }
          }
  // ...
  });

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant