See #111.
Added a new target type
A <input type="text">
is now a new option.
var geocoder = new Geocoder('nominatim', {
provider: 'photon',
targetType: 'text-input'
});
A fiddle to play with.
This release can have some breaking changes if you are overriding CSS selectors, take a look at #109.