-
Notifications
You must be signed in to change notification settings - Fork 106
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
fix(ebay-textbox): update input interface to include textarea-specifi… #2361
fix(ebay-textbox): update input interface to include textarea-specifi… #2361
Conversation
🦋 Changeset detectedLatest commit: c30ab45 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @WinkeeFace, looks good! Just one quick fix.
Also, can you npm run change
? Looks like you're missing a changeset, this should be a patch
.
…-and-other-input-attributes-1' of https://github.com/eBay/ebayui-core into 2356-ebay-textbox-typescript-type-check-breaks-for-step-and-other-input-attributes
Description
Updated the
component-browser.ts
file to reference shared attributes fromtags-html.d.ts
and added theTextbox
class implementation.Context
These changes were made to reduce redundancy and ensure a single source of truth for the attributes used in the
TextboxInput
interface. By referencing the shared attributes, we can maintain consistency and avoid potential errors. Additionally, theTextbox
class was implemented to handle the floating label functionality and event forwarding.References
Fixes #2356
Screenshots
N/A