6.0.0 • Published 9 months ago

@hashicorp/react-text-input v6.0.0

Weekly downloads
1,795
License
MPL-2.0
Repository
github
Last release
9 months ago

TextInput

A controlled text input intended for use with Formik.

Props

  • field (object) - Props for the input element, supplied by Formik .
  • form (object) - Form data including error and touched info, supplied by Formik .
  • label (string) optional - Label text, HTML allowed.
  • type (enum, ["text","email","hidden"]) optional - type for the input field.
  • placeholder (string) optional - Placeholder text for the field
  • theme (object) optional - Controls the appearance of the text input. theme.background should be one of ["light", "dark", "brand"].

Dependents

  • hashi-newsletter-signup-form

Notes

This version of text-input has been created as a controlled input intended for use with Formik. Formik's <Field> component drives much of this component's prop structure.

This component should also be usable without Formik -- you will need to pass in field data in the expected format, and you will also need to pass in empty objects for form={{ errors: {}, touched: {}}} if you are appplying any validation to the field.

If you're migrating to this component from text-input, you will likely need to refactor code significantly, as you'll need to implement the related form with Formik. If you haven't used Formik in a while (or ever!), the Formik overview, particularly the Basic example form, is probably the easiest place to start.

6.0.0

9 months ago

5.0.2

2 years ago

5.0.1

3 years ago

5.0.0

3 years ago

4.0.3

3 years ago

4.0.2

3 years ago

4.0.1

3 years ago

4.0.0

3 years ago

3.0.2-next.123

3 years ago

3.0.2-pr170.117

3 years ago

3.0.1

3 years ago

3.0.0

4 years ago

2.0.3

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

5 years ago

1.0.16-fonts.0

5 years ago

1.0.15-fonts.0

5 years ago

1.0.14-fonts.0

5 years ago

1.0.13-fonts.0

5 years ago

1.0.12-fonts.0

5 years ago

1.0.11-fonts.0

5 years ago

1.0.10-fonts.0

5 years ago

1.0.9-fonts.0

5 years ago

1.0.8-fonts.0

5 years ago

1.0.7-fonts.0

5 years ago

1.0.6-fonts.0

5 years ago

1.0.5-fonts.0

5 years ago

1.0.4-fonts.0

5 years ago

1.0.3-fonts.0

5 years ago

1.0.2-fonts.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago