Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞 - [v4] AutoFocus does not work with tui-editor #9092

Closed
hakimio opened this issue Sep 19, 2024 · 2 comments · Fixed by #9062
Closed

🐞 - [v4] AutoFocus does not work with tui-editor #9092

hakimio opened this issue Sep 19, 2024 · 2 comments · Fixed by #9062
Assignees

Comments

@hakimio
Copy link
Contributor

hakimio commented Sep 19, 2024

Code Example URL

? this.el.nativeElement.querySelector<HTMLElement>('input,textarea')

Description

AutoFocus directive does not find tui-editor's [contenteditable] element because of the CSS selector issue here:

? this.el.nativeElement.querySelector<HTMLElement>('input,textarea')

Used to work in v3.

Taiga UI version

4.7.0

Browser Used

Chrome

OS Used

Windows

@taiga-family taiga-family deleted a comment Sep 19, 2024
@splincode
Copy link
Member

Fixes: #9062

@hakimio
Copy link
Contributor Author

hakimio commented Sep 19, 2024

Let's keep this open until the PR is merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging a pull request may close this issue.

2 participants