form-input-date

Information

Folder
src/components/patterns/form/form-input-date

Files

Schema
Mocks
Template
// src/components/patterns/form/form-input-date/form-input-date.html.twig

{#
 # ATTENTION:
 # This template is only relevant for unit tests
 # to be sure that changes in fsk elements don't break the FE logic.
 # It won't be consumed by Drupal
 #}

<form class="PaymentForm js-PaymentForm" onsubmit="return false;">
  {{ content }}
  <button type="submit" hidden>Submit</button>
</form>

Variants

default
Open

default mock data

Raw
Resolved