-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Currently the component renders the children input field(s) / textarea(s) by wrapping them in an intermediate <div> tag, which handles events.
This however introduced styling issues, especially with flex styles, since the intermediate <div> enforced block styling.
The fix for this was to pass on user styles, classnames and other information on to the component as props.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working