Closed
Description
- Describe the Feature Request
Sometimes users need to enter secret OTP's in financial applications and they don't want them to be revealed to nearby users, so it's a kind of must have feature to be able to mask the input characters.
- Describe Preferred Solution
We can expose an attribute in API called 'secure' with the default value as false, and can make use of this prop to decide using input type (text vs password).
Activity