Fields #756
andresin87
started this conversation in
Decision making
Fields
#756
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
The goal of that discussion is to give the full context about how do we decide to drive through our ending solution of how to deal with form fields and how do we structure that epic in many different tasks.
Spike
Pre-requisites
size
attribute name byhtmlSize
Definitions:
type
attribute an input can handle.Decisions
We have to consider how to tackle many different abstractions that has to be able to be made using spark-ui. For that we will identify different scenarios fully accessible (ideal situation):
Scenario 1: simple input text with its own label.
Scenario 2: input text labeled with helper text and semantic messages.
Scenario 3: text input with its custom placed label, helper text and semantic messages.
Scenario 4: text input with its hidden (but declared) label
Scenario 5: text input with its label and with a left addon and a right Icon, helper text and semantic messages.
Label https:// Helper message error text ```Scenario 7: TextArea look like a multiline TextField as a TextBlockField
this will be equivalent to:
Scenario 7: verification input code (2 pin input)
Required Components
How will we group it?
Tasks
Beta Was this translation helpful? Give feedback.
All reactions