You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently <a-input> has a suffix slot, however <a-input-number/> does not, limiting more advanced layouts. The current addon-after prop has some opinionated styling which makes it less useful than the bare suffix slot.
Here is an example of the field layout I am making
What problem does this feature solve?
Currently
<a-input>
has asuffix
slot, however<a-input-number/>
does not, limiting more advanced layouts. The currentaddon-after
prop has some opinionated styling which makes it less useful than the bare suffix slot.Here is an example of the field layout I am making

What does the proposed API look like?
API as per
<a-input/>
The text was updated successfully, but these errors were encountered: