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: typescript type check breaks for step and other input attributes #2356

Open
mikehobi opened this issue Dec 27, 2024 · 0 comments

Comments

@mikehobi
Copy link
Contributor

Bug Report

eBayUI Version: 14.x

Description

Since ebay-textbox only extends "textarea", attributes such as step will fail type check

Workaround

Adding spread props w/ any

<ebay-textbox
    type="number"
    ...({ step: "0.01" } as any)
/>

Screenshots

image
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

1 participant