taiga-family / taiga-ui

Angular UI Kit and components library for awesome people
https://taiga-ui.dev
Apache License 2.0
3.21k stars 439 forks source link

🐞 - `InputDateRange` incorrect display of input #9157

Closed mdlufy closed 1 week ago

mdlufy commented 1 week ago

Code Example URL

https://stackblitz.com/edit/angular-apgpv5-evs8jt?file=src%2Fapp%2Fapp.component.ts,src%2Fapp%2Fapp.template.html,src%2Fapp%2Fapp.style.less&hideExplorer=1&memory-freed=1

Description

Incorrect display of input: image

image

Taiga UI version

4.7.0

Browser Used

Chrome

OS Used

macOS

waterplea commented 1 week ago

Working as expected, in legacy inputs you need to either provide a label or use [tuiTextfieldLabelOutside]="true", like in v3.x