The Wayback Machine - https://web.archive.org/web/20200930170411/https://github.com/microsoft/BotBuilder-Samples/issues/2805
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

Ensure arrays by default only add new items #2805

Open
chrimc62 opened this issue Sep 24, 2020 · 0 comments
Open

Ensure arrays by default only add new items #2805

chrimc62 opened this issue Sep 24, 2020 · 0 comments
Assignees
Labels

Comments

@chrimc62
Copy link
Member

@chrimc62 chrimc62 commented Sep 24, 2020

Currently arrays allow adding multiple of the same value. We should change the generated trigger actions to check if the value is already in the array first and if so offer a message to that effect. If the type definition for an array property has $uniqueValuesOnly: false, then we should generated the current dialog.

@chrimc62 chrimc62 added the generated label Sep 24, 2020
@coldplaying42 coldplaying42 self-assigned this Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.