We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf1e0a8 commit 93d2803Copy full SHA for 93d2803
samples/v1.5/Test/Input.Text.Password.IgnoresMultiline.json
@@ -0,0 +1,33 @@
1
+{
2
+ "type": "AdaptiveCard",
3
+ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
4
+ "version": "1.5",
5
+ "body": [
6
+ {
7
+ "type": "TextBlock",
8
+ "text": "Both Input.Text elements should look the same as multiline is ignored for password",
9
+ "wrap": true
10
+ },
11
12
+ "type": "Input.Text",
13
+ "id": "id0",
14
+ "placeholder": "password",
15
+ "style": "password",
16
+ "label": "Regular Input.Text With Password Style"
17
18
19
20
+ "id": "id1",
21
22
23
+ "label": "Multiline Input.Text With Password Style",
24
+ "isMultiline": true
25
+ }
26
+ ],
27
+ "actions": [
28
29
+ "type": "Action.Submit",
30
+ "title": "OK"
31
32
+ ]
33
+}
0 commit comments