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

[Platform][There are no documented limits for Input.Number max value] #5404

Open
6 tasks
tacri opened this issue Feb 18, 2021 · 3 comments
Open
6 tasks

[Platform][There are no documented limits for Input.Number max value] #5404

tacri opened this issue Feb 18, 2021 · 3 comments
Labels
Area-Documentation Area-Inconsistency Bugs around renderer inconsistencies across different platforms Request

Comments

@tacri
Copy link

tacri commented Feb 18, 2021

Platform

What platform is your issue or question related to? (Delete other platforms).

  • .NET HTML
  • .NET WPF
  • Android
  • iOS
  • JavaScript
  • UWP

Author or host

Are you an author (like sending something to Outlook), or a host that is rendering your own cards? If host, please specify the corresponding host (app) name.

Teams app

If you're an author, who are you sending cards to?

Version of SDK

What version are you using? Ex: NuGet 1.0.2, or latest main, etc...

Details

Explain your issue. If you just have a question, please post on StackOverflow instead.

In Teams the input.number is not allowing more than a 10 digit number. This was an arbitrary value picked by our channel. The spec doesn't define the max value allowed for this field. Without a known, well defined value there are different expectations from users on what should work resulting in customer escalation.

@tacri tacri added the Bug label Feb 18, 2021
@ghost ghost added this to the Short Term milestone Feb 18, 2021
@ghost ghost added the Triage-Needed label Feb 18, 2021
@paulcam206
Copy link
Member

We should document our limits here.

@RebeccaAnne RebeccaAnne removed this from the Short Term milestone May 6, 2021
@golddove golddove removed their assignment Aug 19, 2021
@jonmill
Copy link
Contributor

jonmill commented Nov 4, 2021

tldr; we don't have set limits for max today, so we should do two things:

  1. Add a min / max value across all platforms (which is the same value)
  2. Document this number

@jonmill jonmill added the Area-Inconsistency Bugs around renderer inconsistencies across different platforms label Nov 4, 2021
@aishwarya88057657
Copy link

Hi @jonmill, @RebeccaAnne , @paulcam206
Is there any update on this issue?

We are also facing this issue
Short Description: Input.Number is not allowing more than 10 numbers
Description:
In mobile number scenario if user enter mobile number more than 10 digit then at the validation time we are trying to show that number on card but Adaptive card not allowing to display that number and throwing exception as number consist of more than 10 digit.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Documentation Area-Inconsistency Bugs around renderer inconsistencies across different platforms Request
Projects
None yet
Development

No branches or pull requests

6 participants