One data grid for JavaScript, React, Vue & Angular. Sorting, filtering, virtualization, pinning, and CSV export included. Early access $199 $349 → [Get it now]

CoreUI PRO v5.27.1 - Picker and OTP Input Fixes

CoreUI PRO v5.27.1 - Picker and OTP Input Fixes

We are pleased to announce the release of CoreUI PRO v5.27.1 for Bootstrap. This maintenance release improves OTP input autofill, fixes string minDate/maxDate handling in the Date Picker and Date Range Picker, and refreshes the documentation tooling. No breaking changes were announced in the published release notes.


Speed up your responsive apps and websites with fully-featured, ready-to-use open-source admin panel templates—free to use and built for efficiency.


How to Update

To update your project to CoreUI PRO v5.27.1, follow these steps:

  1. Open your project’s package.json.
  2. Locate the @coreui/coreui-pro entry under dependencies and update the version number to 5.27.1.
  3. Save your changes to the package.json file.
  4. In your project’s root directory, run the update command appropriate for your package manager:
    • For npm users, execute npm install.
    • For yarn users, execute yarn install.
    • For pnpm users, execute pnpm install.

You can also download the latest PRO packages from CoreUI Downloads.

What’s New

Bug Fixes

  • OTP Input: Now accepts a code delivered by SMS autofill or a password manager.
  • Date Picker & Date Range Picker: Honor a string minDate/maxDate even when the boundary date falls outside the calendar grid.

Documentation & Tooling

  • Validation docs: The form validation snippet now runs on the Validation page.
  • Date Picker & Date Range Picker docs: Corrected the todayButton API rows.
  • Docs: Fixed the CSS Grid introduction, dropped a stray React reference from the templates page, and listed Angular among the editions the MCP server covers.
  • Docs engine: Bumped @coreui/astro-docs to 0.1.2.
  • Tooling: node_modules is now ignored in every directory, not just the root.

Migration Notes

This is a maintenance release with no breaking changes announced in the published release notes. After upgrading:

  1. Install updated dependencies.
  2. Run your test suite and verify the build.
  3. Verify OTP input entry and date picker minDate/maxDate handling after upgrading.

For the latest package files and update access, visit CoreUI Downloads.