As a developer developing the application, I want a form text field component named TextField, so that it can be used to capture data.
Details
A textfield component, also known as a text input field, is a common user interface (UI) element used in forms, applications, and websites to allow users to enter and edit text.
I'd like for you to implement a form text field component, this field will capture the input as is without validation or any other processing.
In addition, this component should not accept any props instead it should derive the props from FieldContext #77.
Acceptance Criteria
[ ] Unit tests written
[ ] Integration test passing
[ ] Storybook stories written
[ ] Code peer-reviewed
[ ] Tested on supported devices/browser
[ ] Any configuration changes documented
Linked issues
Parent Epic
Parent epic that allows you to establish a relationship with the user story.
24
Relates to
Linking type that allows you to establish a relationship between two issues.
None
Blocked By
Issues or tasks that are blocking the progress of the issue.
Story
As a developer developing the application, I want a form text field component named
TextField
, so that it can be used to capture data.Details
A textfield component, also known as a text input field, is a common user interface (UI) element used in forms, applications, and websites to allow users to enter and edit text.
I'd like for you to implement a form text field component, this field will capture the input as is without validation or any other processing.
In addition, this component should not accept any props instead it should derive the props from
FieldContext
#77.Acceptance Criteria
Linked issues
Parent Epic
24
Relates to
Blocked By
77
Definitions