lime-elements icon indicating copy to clipboard operation
lime-elements copied to clipboard

Fix date and time formats

Open vicgeralds opened this issue 2 years ago • 1 comments

This fixes some issues in limel-form when using the date picker widget or when using a custom component for the string formats date-time, date or time.

The type date picker prop is now set depending on the schema format (date-time or date) in the date widget. This has been broken since c290470676896cc965e2ac3b487fae6783100e6e

Fixes #1489 Fixes #2232

Review:

  • [ ] Commits are atomic
  • [ ] Commits have the correct type for the changes made
  • [ ] Commits with breaking changes are marked as such

Browsers tested:

(Check any that applies, it's ok to leave boxes unchecked if testing something didn't seem relevant.)

Windows:

  • [ ] Chrome
  • [ ] Edge
  • [ ] Firefox

Linux:

  • [ ] Chrome
  • [ ] Firefox

macOS:

  • [ ] Chrome
  • [ ] Firefox
  • [ ] Safari

Mobile:

  • [ ] Chrome on Android
  • [ ] iOS

vicgeralds avatar Apr 04 '23 16:04 vicgeralds

Documentation has been published to https://lundalogik.github.io/lime-elements/versions/PR-2214/

github-actions[bot] avatar Apr 04 '23 16:04 github-actions[bot]

:tada: This PR is included in version 37.59.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

lime-opensource avatar Sep 16 '24 10:09 lime-opensource