openui5-password
Version:
An OpenUI5 Control which checks password strength and validates it against predefined rules
7 lines • 476 B
JavaScript
;
/*
* openui5-password
* (c) Copyright 2017-2023 Mauricio Lauffer
* Licensed under the MIT license. See LICENSE file in the project root for full license information.
*/sap.ui.define(["sap/ui/core/Renderer","sap/m/InputBaseRenderer"],function(e,t){const r=e.extend(t);r.writeInnerAttributes=function(e,t){e.writeAttribute("type","password");if(!t.getEnabled()){e.writeAttribute("readonly","readonly")}};return r});
//# sourceMappingURL=PasswordRenderer.js.map