New Input texts generated not recognices numeric values for Max turn count
Describe the bug
Working with a proyect over a year of support and develop, today working for a new feature, we can't add any more user input (text) element in new dialogs. There is an error matching the type numeric values in Max turn count field.
Default values ( 0 ) works, but any more numeric value (1, 2, 3, 4, 5....) doesn´t work.
We have other dialogs with a max turn count of 5 setted and it works fine.
Version
Running in Windows 10.
To Reproduce
Steps to reproduce the behavior:
- Create new dialog.
- Add a new User input (text)
- Sets the maxturncount to 5
- It appears the error
Expected behavior
This value must be valid
But this value... is valid?!
Why?
Is there a bug with the UserInput(Text) element?
Screenshots
Hi @Karlichuss
What version of the SDK is the bot running? Assuming this is a DOTNET bot, you can check the .csproj file and check the Microsoft.Bot.Builder packages to see what the version is.
It's 4.16.0 version.
Hi @dmvtech,
For more info, here the .dialog where the MaxTurnCount doesn't work.