We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In , floatingLabel attribute can not work together with <@prefix-text> .
floatingLabel will overlap with <@prefix-text>.
Code:
<ebay-textbox fluid=true placeholder="(XXX) XXX XXXX" floatingLabel="Phone number"> <@prefix-text> +1 </@prefix-text> </ebay-textbox>
It is shown below:
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: