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

fix: #270 allow deleting area codes #271

Merged
merged 2 commits into from
Nov 25, 2024

Conversation

josh-burton
Copy link
Contributor

Formatting of the entered number is now skipped if the text input is within an area code, such as (416 and the closing parentheses is missing.

Closes #270

Formatting of the entered number is now skipped if the text input is within an area code, such as (416 and the closing parentheses is missing.
@cedvdb
Copy link
Owner

cedvdb commented Nov 22, 2024

Thanks, that's a big one (issue).

I wonder if it should be prevented for any delete. I'm thinking out loud here. It doesn't seem necessary since this issue happens only with parenthesis but maybe it would be simpler ?

Could you also add the patched version to the changelog and pubspec ?

@josh-burton
Copy link
Contributor Author

Thanks, that's a big one (issue).

I wonder if it should be prevented for any delete. I'm thinking out loud here.

Could you also add the patched version to the changelog and pubspec ?

Done. I have bumped the version to 10.0.2. I couldn't see 10.0.1 in the repo though.

@cedvdb cedvdb merged commit d35bcf3 into cedvdb:main Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to delete area code
2 participants