ebayui-core-react icon indicating copy to clipboard operation
ebayui-core-react copied to clipboard

eBayUI React components

Results 44 ebayui-core-react issues
Sort by recently updated
recently updated
newest added

When a value is set for the EBaySelect component, the floating label appears on top of the value. ![image](https://github.com/eBay/ebayui-core-react/assets/144717711/df2a6d82-5679-4beb-aedc-7f69971b3843) https://github.com/eBay/ebayui-core-react/assets/144717711/807dbd0c-e96d-4f71-a6a3-0eb60ef04321

When compiling my application with EbayButton using React 18 and TypeScript 4.4.4 I'm getting the following error: error TS2741: Property 'placeholder' is missing in type '{ children: (string | Element...

For accessibility and to be in parity with what Skin dictates, our tour tip should have a section role on the outer element. This will help screen readers identify it.

https://react.dev/reference/react/legacy Legacy React APIs These APIs are exported from the react package, but they are not recommended for use in newly written code. See the linked individual API pages for...

tech debt

- Upgrade `react@16`, `react-dom@16`,` @types/react@16` - Remove resolution for `@types/react` in `package.json` - Update tests where synthetic events represented as `objectContaining({ type: null })` to `type: 'click'` or `type: 'keyDown'`...

enhancement
tech debt

## Problems Currently, we are compiling UI Core React without strict mode https://github.com/eBay/ebayui-core-react/blob/abd3bb3ca6eef208bb8d3bf3dce68ff25bf60097/tsconfig.json#L17 This means we will not get compilation error [on many things](https://www.typescriptlang.org/tsconfig#strict) when building ui-core-react. However, this might...

enhancement
tech debt
blocked

[Feedback] pagination component, for 100+ pages, we are missing to display 1st page. Comment from Rajat: Similar to how in 2nd screenshot, we display 792 along with the numbers 1-7,...