Skip to content
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

the outer div for an element MUST be classed #277

Closed
TheDirigible opened this issue Sep 8, 2022 · 1 comment
Closed

the outer div for an element MUST be classed #277

TheDirigible opened this issue Sep 8, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@TheDirigible
Copy link

Environment

na

Current Behavior

na

Expected Behavior

na

Steps To Reproduce

This is the html output for an :

    <div class="it-input-mask" style="display: none;"></div>
    <div class="it-input-prefix-wrapper">
        <div class="it-input-wrapper">
            <input maxlength="3" class="tiny it-input" label="Close" type="text">
        </div>
    </div>
</div>```

Without a class on the outer div, it's impossible to apply custom styling.  For example, I want to make it an inline-block.

### Anything else?

Also, the docs for number-input and others, are missing the "show source" button.  The only way to find out how to use number-input was to look at the source code.
@TheDirigible TheDirigible added the bug Something isn't working label Sep 8, 2022
@quatrochan
Copy link
Collaborator

Fixed in the 0.9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants