Jonathan Rufino
Results
2
issues of
Jonathan Rufino
I'm facing issues when trying to remove custom masks. **Example:** ```js const phone = "61912345678" const masked = MaskService.toMask('custom', phone, { mask: '(99) 9 9999-9999' }) // result: (61) 9...
I'm having trouble to trigger tooltip, as you can see from gif below, the center of touch must hit the mark to trigger the event.  There is any way...