microsoft / react-native-adaptivecards

React Native renderer for AdaptiveCards
https://microsoft.github.io/react-native-adaptivecards/
80 stars 21 forks source link

Placeholder not showing up in input.choice #49

Open vivekhumnabad opened 5 years ago

vivekhumnabad commented 5 years ago

sampleJSON.txt Please refer to the attached text file for JSON response I am trying out. "type": "Input.ChoiceSet", "id": "ptoInput",              "placeholder": "Select Type ...",              "style": "compact",

Placeholder is not working if I use in Input.ChoiceSet. Same works in web when i try the same JSON here - https://adaptivecards.io/designer

vivekhumnabad commented 5 years ago

Any update on this issue please..