CoreUI PRO v5.27.1 - Picker and OTP Input Fixes
Monday, August 3, 2026
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:
- Open your project’s
package.json. - Locate the
@coreui/coreui-proentry under dependencies and update the version number to5.27.1. - Save your changes to the
package.jsonfile. - 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.
- For npm users, execute
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/maxDateeven 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
todayButtonAPI 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-docsto0.1.2. - Tooling:
node_modulesis 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:
- Install updated dependencies.
- Run your test suite and verify the build.
- Verify OTP input entry and date picker
minDate/maxDatehandling after upgrading.
For the latest package files and update access, visit CoreUI Downloads.



