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

🐞 Taiga 4.0.0 - Compilation Error - input phone international #7912

Closed
KhaledGabr opened this issue Jun 21, 2024 · 2 comments
Closed

🐞 Taiga 4.0.0 - Compilation Error - input phone international #7912

KhaledGabr opened this issue Jun 21, 2024 · 2 comments
Assignees
Labels
bug Something isn't working community contribution This issue was closed by a PR from the community

Comments

@KhaledGabr
Copy link
Contributor

Playground Link

No response

Description

Cannot create property 'message' on string 'C:\Users\admin\Desktop\plark\plarkweb\node_modules@taiga-ui\kit\fesm2022\taiga-ui-kit-components-input-phone-international.mjs: Errors found in the template:
Unsupported expression in a two-way binding

<div
    *ngIf="countriesNames$ | async as countriesNames"
    tuiGroup
    [tuiDropdown]="dropdown"
    [tuiDropdownEnabled]="interactive()"
    [(tuiDropdownOpen)]="!disabled() && open"   <-- Error
>

location:
/projects/kit/components/input-phone-international)/input-phone-international.template.html


      

### Angular version

18.0.4

### Taiga UI version

4.0.0-rc.1

### Which browsers have you used?

- [X] Chrome
- [ ] Firefox
- [ ] Safari
- [ ] Edge

### Which operating systems have you used?

- [ ] macOS
- [X] Windows
- [ ] Linux
- [ ] iOS
- [ ] Android
@KhaledGabr KhaledGabr added bug Something isn't working state: need triage labels Jun 21, 2024
@KhaledGabr KhaledGabr changed the title 🐞 Taiga 4.0.0 - Error within input phone international 🐞 Taiga 4.0.0 - Compilation Error within input phone international Jun 21, 2024
@KhaledGabr KhaledGabr changed the title 🐞 Taiga 4.0.0 - Compilation Error within input phone international 🐞 Taiga 4.0.0 - Compilation Error - input phone international Jun 21, 2024
@waterplea
Copy link
Collaborator

We need to break [tuiDropdownOpen] and (tuiDropdownOpenChange) into 2 separate lines. Would you like to make a PR?

@KhaledGabr
Copy link
Contributor Author

Created a pull-request. Thanks!

@waterplea waterplea added community contribution This issue was closed by a PR from the community and removed state: need triage labels Jun 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working community contribution This issue was closed by a PR from the community
Development

No branches or pull requests

3 participants