cschroeter
released this
09 Oct 21:37
·
110 commits
to main
since this release
Changed
- TimePicker [Preview]: Updated
value
anddefaultValue
types fromstring
toTime
. Use
the exportedparseTime
function to convert between strings and time objects.
Fixed
- TagsInput: Resolved an issue where tag navigation was unresponsive after removing tags with
the delete key. - DatePicker: Fixed a bug where selecting a preset and then blurring the input incorrectly reset
the value.