Skip to Content
0
Former Member
May 21, 2014 at 08:34 PM

How to use HTML5's pattern using sap.m.Input

669 Views

I've looked in the SAPUI5 API Reference and I googled for this but there's no info on how to implement pattern. Though my Input is set to type Number, it's allowing the user to enter '@', '&'.

Is there any way to implement pattern for this Input object? Thanks.