Create unstyled form component to check basic validation for text input components #596
Labels
⭕ core team issue
This is for the core team and should not be done by contributors
⌨️ dev issue
Task is for developers
📋 task::ready
Task is ready to be picked up or planned in
Description / User Story
We want to test the basic validation of all our FormComponents that will be part of Release 1.0. As we do not have a form component yet, we have to create an unstyled form component and then implement a logic into it to check if the Text input components within the form that have the prop "required" = TRUE also have a value. The form component also makes use of a Submit Button in form of a TextButton (or IconButton) component to start the validation.
Requirements
Acceptance Criteria
Background information
The text was updated successfully, but these errors were encountered: