-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create inputgroup component #430
Labels
Comments
dacerondrej
added a commit
that referenced
this issue
Jan 10, 2023
dacerondrej
added a commit
that referenced
this issue
Jan 12, 2023
dacerondrej
added a commit
that referenced
this issue
Jan 16, 2023
dacerondrej
added a commit
that referenced
this issue
Feb 27, 2023
dacerondrej
added a commit
that referenced
this issue
Feb 27, 2023
dacerondrej
added a commit
that referenced
this issue
Feb 27, 2023
dacerondrej
added a commit
that referenced
this issue
Feb 27, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 3, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 3, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 3, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 3, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 3, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 27, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 27, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 27, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 27, 2023
dacerondrej
added a commit
that referenced
this issue
Mar 27, 2023
dacerondrej
added a commit
that referenced
this issue
Apr 28, 2023
dacerondrej
added a commit
that referenced
this issue
Apr 28, 2023
dacerondrej
added a commit
that referenced
this issue
Apr 28, 2023
adamkudrna
pushed a commit
that referenced
this issue
Apr 29, 2023
adamkudrna
pushed a commit
that referenced
this issue
Apr 29, 2023
adamkudrna
pushed a commit
that referenced
this issue
May 3, 2023
adamkudrna
pushed a commit
that referenced
this issue
May 3, 2023
adamkudrna
pushed a commit
that referenced
this issue
May 3, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We need a new layout component
InputGroup
.It will accept as props:
children
: an array of elementsButton
SelectField
TextField
size
according to thesize
prop of theInputGroup
elementButton
the proppriority
will either be set tofilled
as there is no one to pay for the other options or it must work out of the box with no extra workSelectField
andTextField
the propvariant
will either be set tooutline
as there is no one to pay for the other options or it must work out of the box with no extra workvalidationTexts
: An array of validation messages. These are not semantically tied to thechildren
elements, the connection should be expressed in textual form in the actual message. The individualchildren
elements must not show anyvalidationText
, they only show their respectivevalidationState
.size
: Defines the size of thechildren
elements. If the element specifies a size it will be overloaded by theInputGroup
prop value.layout
: Indicates if it ishorizontal
orvertical
Design:
Inputgroup.pdf
The text was updated successfully, but these errors were encountered: