Skip to content

Created web version of text input

David Burke requested to merge 218-form-consistency into dev

Closes #218 (closed) (no longer related)

What does this solve

  • Account Recovery email input field does not show errors as typical email field does
  • Many passit form inputs are the same, but become inconsistent due to each component inventing it's own sub components (input, etc).

Things to review

  • How do you like my approach (pro micro-components, set less options and derive values - see NS keyboard type)
  • CSS - we probably need to move towards more generic component based css
  • Story

This MR fixes only one item in 218.

Edited by David Burke

Merge request reports