Skip to content

inputs with suffix or prefixs style and class attribute wont work properly #2198

@ARMS9

Description

@ARMS9
  • I have searched the issues of this repository and believe that this is not a duplicate.

Version

1.5.4

Environment

firefox

Reproduction link

Edit on CodeSandbox

Steps to reproduce

when trying to add class or style on a input its work fine. like this:
<a-input class="border-0" />
but when you add suffix or prefix attribute its not working. like this :
<a-input suffix="goodbye" class="border-0" />

What is expected?

input with no border

What is actually happening?

still have border. [the class (or style) wont working]


i think in this case there is a mask on input, and class and style changes the css of the input under mask .

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions