Show page outside styleguide
Font Face
Teva Sans Latin

Drafts & Templates
PBS Templates

Primitives & components context

Primitives & components: Teva SCS

Skip to main content

Master goth blog

alt text alt text alt text

entrancecard

ddesc enterance card

ddesc enterance card

ddesc enterance card

Question Title

Branching Container Block 2

Title

Some plain text

Details

The first column show the exact form on the tevalabit page. Validation appears to be working, but we cannot identify what is causing it to fail on the tevalabit page.

  1. Options aren't visible on the page

    The select fields have to <option/> tags. Required to show options.

  2. Disappearing Error Message on Invalid Submit

    The same form works here, and it doesn't submit due to being invalid.

  3. Disappearing Checkbox on Invalid Submit

    The same form works here. Checkbox stays visible when invalid and submitted. We believe the branching container implements fields based on contextual form field logic. If so, the implementation is missing the div.collapse wrapper.

  4. Content-fed password pattern preventing submit

    This is implemented and beyond our control.

  5. Incorrect use of grid.

    The form makes use of grid classes on the .form-group elements, but without being wrapped in the required grid container (.vi-grid > .vi-grid-row). We added an example of how to correctly implement the grid in the second column.

  6. Pattern matching.

    We do not know if the pattern matching is used for the password, but we added an example in the second column.