taiga-family / taiga-ui

Angular UI Kit and components library for awesome people

Home Page:https://taiga-ui.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐞 - `InputDateTime` should format textfield value on blur in the same way as `InputTime`

nsbarsukov opened this issue Β· comments

Playground Link

https://taiga-ui.dev/next/components/input-date-time/API

Description

InputTime

  1. Open https://taiga-ui.dev/next/components/input-time/API?mode=HH:MM:SS.MSS
  2. Enter not complete time string (e.g. 23:59)
  3. Blur

Textfield's value: 23:59:00.000 βœ…

InputDateTime

  1. Open https://taiga-ui.dev/next/components/input-date-time/API?timeMode=HH:MM:SS.MSS
  2. Enter any date and not complete time string (e.g. 05.06.2024, 23:59)
  3. Blur

Textfield's value: 05.06.2024, 23:59 βœ…
Expected value: 05.06.2024, 23:59:00.000 (to behave in the same way as InputTime)

Angular version

any

Taiga UI version

3.82.0

Which browsers have you used?

  • Chrome
  • Firefox
  • Safari
  • Edge

Which operating systems have you used?

  • macOS
  • Windows
  • Linux
  • iOS
  • Android