<%= simple_form_for(@contact) do |f| %> <%= f.error_notification %>
<%= f.input :name %> <%= f.input :phone, as: :masked, input_html: {data: {pattern: br_phone_mask_pattern}} %> <%= f.input :email %>
<%= f.button :submit %>
<% end %>