Ionic


 

Announcing Ionic 6.2:


Today I am excited to announce the release of Ionic 6.2. This release continues to enhance many of the features we introduced in Ionic 6.0 including datetime, the bottom sheet, and more.

This release includes features many developers have asked for, so let’s dive in!

Datetime Multiple Date Selection

We have enhanced datetime to allow for multiple date selections. This feature can be easily enabled by setting the new multiple property to true. Multiple date selection is a must-have feature for complex date selection scenarios. We are excited to see what developers build with this!

<ion-datetime presentation=”date” multiple=”true”></ion-datetime>

No comments:

Post a Comment

How to build an Express and Node.js app with Typescript

  In this tutorial, you will learn how to set up a Node.js and Express project with Typescript and live auto-reloading. Note that this metho...