Equal icon indicating copy to clipboard operation
Equal copied to clipboard

the outer div for an element MUST be classed

Open TheDirigible opened this issue 2 years ago • 0 comments

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 avatar Sep 08 '22 15:09 TheDirigible