MicrosoftDocs / composer-docs

Public sync of existing composer-docs-pr repo
Creative Commons Attribution 4.0 International
2 stars 5 forks source link

validation section not correct #192

Open davhdavh opened 2 years ago

davhdavh commented 2 years ago

In section "Validate user inputs"

  1. "Expand Recognizers and select Add alternative. Then enter the following text:" this text is never displayed, instead you have to use "Expand Prompt Configurations and select Add alternative. Then enter the following text:"
  2. The text doesn't include what the default text selected actually is
  3. "The last thing you'll want to do for validation, is set a default value for the postal code. Expand Prompt configuration and locate Default value, then enter the following text:". Inputting 90210 gives a validation error since that is an int, and it expects a string, so the correct value to paste is "90210" including quotes.

Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

davhdavh commented 2 years ago

Suggestion for item 2: "Sorry, I do not understand '${this.value}'. Let's use ${%DefaultValue} instead!"