centripetum / toolkit

A component toolkit to be used with the Centripetum platform. https://github.com/orgs/centripetum/projects/1
MIT License
0 stars 0 forks source link

Multi-Line Text field #3

Closed the-hanalyst closed 5 years ago

the-hanalyst commented 5 years ago

Solution Notes: This field takes the base component and extends it to include additional functionality.

Acceptance Criteria:

  1. Component has the ability to set the following via props:
    1. Ability to resize horizontally
    2. Ability to resize vertically
    3. Auto resize (on or off)
    4. Initial lines
    5. Min Lines
    6. Max Lines
    7. Min Characters
    8. Max Characters
  2. Component injects a textarea as the input
  3. Where the ability to resize the text area is enabled, the resize text area controller displays
  4. Min lines must be equal to, or greater than 1