Skip to content

Instantly share code, notes, and snippets.

@SilentKernel
Created May 19, 2022 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SilentKernel/6fca267d5abcf0e04810b04f10be31de to your computer and use it in GitHub Desktop.
Save SilentKernel/6fca267d5abcf0e04810b04f10be31de to your computer and use it in GitHub Desktop.
<div class="col-12 col-md-6">
<div class="col-12">
{{ form_label(form.tmpPhone) }}
</div>
<div class="col-12" {{ stimulus_controller('intl-tel-input' , {
'locale' : app.request.locale,
'currentNumber': reservation.phone
}) }}>
{{ form_widget(form.tmpPhone) }}
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment