comet icon indicating copy to clipboard operation
comet copied to clipboard

WIP: Form Control Enhancements

Open jbouder opened this issue 6 months ago • 0 comments

In order to simplify the creation of Forms, all applicable form controls should be updated to such that they can be used independently, while still providing a label, helper text, error messages, and validation status. This update supports that by adding all applicable props to the form group component, then wrapping each form control with the form group.

Description

  • Added Helper Text component
  • Added all applicable props to form group
  • Updated text input with wrapper form group

Related Issue

N/A

Motivation and Context

  • Simplify form component use

How Has This Been Tested?

  • Local Testing

Screenshots (if appropriate):

Screenshot 2024-08-12 at 8 50 39 AM Screenshot 2024-08-12 at 8 51 14 AM

jbouder avatar Aug 12 '24 12:08 jbouder