fix(calendar): restore native date picker on iOS (type=date)

This commit is contained in:
Ulas Kalayci
2026-04-28 18:46:54 +02:00
parent c1519ae7b3
commit 801c77dec6
4 changed files with 12 additions and 7 deletions
+5
View File
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.30.2] - 2026-04-28
### Fixed
- Calendar: date inputs in the event modal reverted from `type="text"` to `type="date"`, restoring the native date picker on iOS and other mobile browsers
## [0.30.1] - 2026-04-28
### Fixed