Rocket.Chat.Apps-engine
Rocket.Chat.Apps-engine copied to clipboard
Masked Textbox for settings
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 😀