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

ebay-textbox: floatingLabel attribute can not work together with <@prefix-text> #2373

Open
weibichen opened this issue Jan 10, 2025 · 1 comment

Comments

@weibichen
Copy link

Bug Report

eBayUI Version: 14.5.0

Description

In , floatingLabel attribute can not work together with <@prefix-text> .

floatingLabel will overlap with <@prefix-text>.

Workaround

Screenshots

Code:

<ebay-textbox fluid=true placeholder="(XXX) XXX XXXX" floatingLabel="Phone number"> <@prefix-text> +1 </@prefix-text> </ebay-textbox>

It is shown below:

image image
@agliga
Copy link
Contributor

agliga commented Jan 10, 2025

Floating label with prefix text is not a valid usecase and is unsupported
You can use one or another but not both

That said will repurpose this issue to not show prefix text if floating label is set.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants