You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a search field display to filter the items in the simple picker. PR#173
Add filterPredicate attribute to filter the items in the simple picker. PR#173
Add textInputAction attribute to customize the search field action button. PR#173
Add searchFieldDecoration attribute to customize the search field decoration. PR#173
Add itemBuilder callback that render the item in the simple picker, allowing to use any type of object as item in the simple picker. PR#173
Add buttonBuilder callback that render the submit button with instance and context attributes instead of built-in button with basic functionality, to give developer full control over the button appearance and behavior. PR#174
Changes
Remove all deprecated attributes related to title and description rendering.
Bottom Picker now support generic type for the simple picker, allowing to use any type of object as item in the simple picker.
Expose currentValue attribute to get the selected value in the simple picker, year picker, date picker, and time picker. PR#176
Expose currentFirstDateTime and currentSecondDateTime attributes to get the selected values in the range date picker and range time picker. PR#176
Improved modal dismissal handling with a dedicated dismiss() method and safer lifecycle tracking PR#174
Bug Fixes
Refined date selection behavior to better respect allowed calendar days PR#176
Simplified picker headers and removed the separate close button area PR#176