This component, when added to a web screen, searches the DOM for any input elements with 'type=password' and adds a <span> element next to them.
When the CapsLock key is pressed, it toggles the display property on that <span> element to alert the user whether CapsLock is active or not when typing in a password input.
As of now it supports 2 configurations:
- Next to Input: the span will show right next to the Input it is applied on;
- Custom: write your custom CSS to apply to the span element.