# nice-pass-word **Repository Path**: zRainy/nice-pass-word ## Basic Information - **Project Name**: nice-pass-word - **Description**: 基于原生的password,支持无痕密码模式(无填充,无记录,不会触发浏览器记住密码操作) - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-21 - **Last Updated**: 2025-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # nice-pass-word 基于原生javascript的实现的密码框,支持无痕密码模式(无填充,无记录,不会触发浏览器记住密码操作),兼容主流浏览器及ie,适用于任何框架。 ## 安装 ``` npm i nice-pass-word ``` ## 使用 `html` ``` ``` `JavaScript` ``` // new NicePassWord(selector,opts) let input = new NicePassWord('#demo') // input.value ``` `default options` ``` opts = { type = 'password', // text symbol = '*', callback = () => {}, // input cb pattern = /([\u4e00-\u9fa5])/g // filter pattern } ``` `methods` | 名称 | 参数 | 介绍 | | ---- | ---- | ---- | | $changeType | string | 修改显示类型(即是否隐藏真实内容) | | $setValue | string | 设置密码框的值 | ## 维护 此项目会长期维护,后续会增加各种版本的组件版本,有感兴趣可以共同维护; 所有反馈请通过github的issue; 如果觉得对你有帮助请给作者一个star。