Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Am I crazy, or are the icons missing from forms? #126

@nlfiedler

Description

@nlfiedler

Look at https://bloomer.js.org/#/documentation/elements/form in a recent version of any major browser and you should see that the icons are missing from the form fields. When did this start happening? I've noticed it for a while, but couldn't decide if it was just my imagination or a fluke. It's also not working in my own project. In my code, I have this:

<Icon isSize='small' isAlign='left'><span className='fa fa-quote-left' /></Icon>

Which turns into this:

<span class="icon is-left is-small"><i class="undefined" aria-hidden="true"></i></span>

I'm no expert, but I think that's wrong. I'm using babel 6.23 and babel-preset-react 6.24.1, and can provide other details as needed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions