ebayui-core-react
ebayui-core-react copied to clipboard
eBayUI React components
When a value is set for the EBaySelect component, the floating label appears on top of the value.  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...
- 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'`...
## 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...
[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,...