I’m working on a module to apply masks to inputText fields.
My module basically create a new Observable() string and watch the changes on the variable. Then, the module apply the mask in the Observable string.
The problem is:
(The field isn’t for email, i’m just using the email input as an example)
When my Observable change the value, the caret doesn’t follow the end of the string.
If it were possible, it would be wonderful to have a feature to move the caret programmatically…
This feature would help me to solve the masks on Fuse, and would also help my team to complete this task.