taiga-family / taiga-ui

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

🐞 - Focus Shift Issue in tui-radio-block After Uploading Document with tui-input-files in Form #6437

Open em-sargsyan opened 9 months ago

em-sargsyan commented 9 months ago

Playground Link

https://stackblitz.com/edit/angular-bkyhfx-p92ydw

Description

Precondition: A form containing both tui-radio-block and tui-input-files components. After uploading a document, the focus is shifted to the tui-radio-block Can be reproduced - https://stackblitz.com/edit/angular-bkyhfx-p92ydw

Angular version

12.2.17

Taiga UI version

3.61.0

Which browsers have you used?

Which operating systems have you used?

em-sargsyan commented 9 months ago

Uploading Screen Recording 2024-01-11 at 5.27.08 PM (1) (1).mov…

waterplea commented 9 months ago

It is not moved, it goes back to it. The underlaying issue is clicking input-files does not focus it. Would you like to make a PR?