Skip to content

Styling issues due to intermediate <div> #4

@abinavseelan

Description

@abinavseelan

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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions