zendexa / project

Project related repository
MIT License
2 stars 0 forks source link

TextField #18

Open wycliffepeart opened 10 months ago

wycliffepeart commented 10 months ago

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

Parent epic that allows you to establish a relationship with the user story.

Relates to

Linking type that allows you to establish a relationship between two issues.

Blocked By

Issues or tasks that are blocking the progress of the issue.

Definitions

iamshellyan commented 10 months ago

@wycliffepeart I added a description