RocketChat / Rocket.Chat.Apps-engine

The Rocket.Chat Apps engine and definitions.

Home Page:https://rocketchat.github.io/Rocket.Chat.Apps-engine/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Masked Textbox for settings

apazureck opened this issue · comments

Hi,

Is there any way to get a masked textbox for the settings using the IConfigurationExtend interface?

A type like: type: SettingType.PASSWORD

Thanks!

sorry, I meant on the ISettingsExtend interface provideSetting method.

a hack can be done:
type: "password" as SettingType

@cuonghuunguyen

Can I ask a PR? 🙈

sure 😀