Set the input type to 'tel' since it is a phone number

pull/3502/head
Henriette Dinger 9 years ago
parent b820f55c9f
commit c88e8c63e4
  1. 2
      app/assets/stylesheets/content/_forms.lsg

@ -184,7 +184,7 @@
<div class="form--field-affix icon-context icon-phone">
</div>
<div class="form--text-field-container">
<input type="number" class="form--text-field">
<input type="tel" class="form--text-field">
</div>
</div>
</div>

Loading…
Cancel
Save