Replies: 2 comments 6 replies
|
Hello, I am very well, and you? I tested both the main branch and v27 and didn't find any problems. Everything works as expected. Regarding the changes:
I did notice a UX issue in the form validation example while testing. I've created PR #2144 with a fix and detailed explanation of the problem. Feel free to review when you have time! Thanks for your work on v27! |
5 replies
|
By the way, I wanted to tell you about Claude for Open Source: https://claude.com/contact-sales/claude-for-oss |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @GuiEpi, how are things? Would you mind sanity-checking these Angular commits for me when you have a second?
In master:
In v27 branch (BREAKING CHANGES!):
That last one changes from this:
<intl-tel-input [initOptions]="{ initialCountry: 'us' }" />to this:
<intl-tel-input initialCountry="us" />I'd really appreciate your thoughts!
All reactions