-
Notifications
You must be signed in to change notification settings - Fork 108
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
Comments
Bug Triage: Missing Support for
|
Update: I initially marked this as a non-blocking bug, assuming it would be a simple fix. However, after diving into the code and attempting to apply the solution, I realized this is more complex than it first appeared. Here are the key findings:
Recommendation: |
@WinkeeFace thanks for looking into this. Since |
Bug Report
eBayUI Version: 14.x
Description
Since
ebay-textbox
only extends"textarea"
, attributes such asstep
will fail type checkWorkaround
Adding spread props w/
any
Screenshots
The text was updated successfully, but these errors were encountered: