coreui-react
coreui-react copied to clipboard
CoreUI React.js UI Components. CoreUI for React.js replaces and extends the Bootstrap javascript. Components have been built from scratch as true React.js hook components, without jQuery and unneeded...
In our React application, we have integrated multiple instances of the CDatePicker component from the CoreUI library. When we enable the timepicker prop to allow users to select both date...
When using the Core UI React sidebar, it disappears after clicking anywhere inside the application window and subsequently resizing the window.
Before opening: - [Search for duplicate or closed issues](https://github.com/coreui/coreui-react/issues?utf8=%E2%9C%93&q=is%3Aissue) - [Validate](https://html5.validator.nu/) any HTML to avoid common problems - Read the [contributing guidelines](https://github.com/coreui/coreui-react/blob/main/.github/CONTRIBUTING.md) Bug reports must include: - Operating system and...
any resolve this problem ???
Manual date input is essential because of `input type="date"` limitations, especially in mobile browsers. However, at the moment, it is hard for users to input date manually because 1. User...
Adds extra props passing to the base CListGroup component, solves an issue similar to https://github.com/coreui/coreui-react/issues/406 described for CRow.
Ports the change https://github.com/coreui/coreui-vue/commit/a9cdb9716e7eedf6b30af78e57ae96582249c86f Resolves #380
- Operating system and version: Windows 10 - Browser and version: Chrome v126.0.6478.128 (Official Build) (64-bit) - COREui PRO react version: latest - 5.2.0 If the prop `options` change, the...
When you first open a dropdown item in a sidebar nav, the items instantly appear instead of playing the height transition animation. Subsequent openings work as intended. If you manually...
Closes https://github.com/coreui/coreui-react/issues/410 The root cause of the issue is that height is `undefined` while the transition state is `exiting` and thus the style sets height to `undefined`. Then when the...