How to create a password field? #1498
Unanswered
rairafaqatali
asked this question in
Q&A
Replies: 1 comment
-
|
Sure. There are a few steps involved with creating your own field types / UI hints:
Read about custom plugins here and custom field types here. Alternatively (or additionally), you could create a new issue requesting the addition of a new |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @sfmskywalker ,
I want to create a password field in my custom activity.
Can you kindly let me know how I'll achieve that?
I tried with this snippet but got no luck.
[ActivityInput(Hint = "Authorization Token")] [DataType(DataType.Password)] public string AuthToken { get; set; }Beta Was this translation helpful? Give feedback.
All reactions