src/LocationTextInput/input.tmpl
<div class='ui-text-input-wrapper'>
<input type='text'
id='input-location-search'
class='ui-text-input form-control'
placeholder='${scope.placeholder}'
style="touch-action: manipulation; -ms-touch-action: manipulation; cursor: pointer;"
value='${scope.get()}'/>
<span class='ui-text-input-icon'>${ scope.icon }</span>
<span class='ui-location-icon'></span>
</div>