Sha256: c8af9059e7bc115c084dd4982e82aacdfc7b15d8057a8ee319c87a347367fac7
Contents?: true
Size: 644 Bytes
Versions: 4
Compression:
Stored size: 644 Bytes
Contents
/*! * UI development toolkit for HTML5 (OpenUI5) * (c) Copyright 2009-2018 SAP SE or an SAP affiliate company. * Licensed under the Apache License, Version 2.0 - see LICENSE.txt. */ sap.ui.define(['./InputBase','./MaskEnabler','./MaskInputRenderer'],function(I,M,a){"use strict";var b=I.extend("sap.m.MaskInput",{metadata:{library:"sap.m",properties:{placeholderSymbol:{type:"string",group:"Misc",defaultValue:"_"},mask:{type:"string",group:"Misc",defaultValue:null}},aggregations:{rules:{type:"sap.m.MaskInputRule",multiple:true,singularName:"rule"}}}});M.call(b.prototype);b.prototype._isMaskEnabled=function(){return true;};return b;});
Version data entries
4 entries across 4 versions & 2 rubygems