Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StrengthMeter 组件校验bug #3118

Closed
gavin-james opened this issue Oct 10, 2023 · 1 comment
Closed

StrengthMeter 组件校验bug #3118

gavin-james opened this issue Oct 10, 2023 · 1 comment
Labels
bug Something isn't working pr welcome Welcome developers to submit Pull Requests to the project

Comments

@gavin-james
Copy link
Contributor

gavin-james commented Oct 10, 2023

三个组件的校验规则都是

{
        min: 6,
        max: 16,
        message: '密码长度不能小于6且超过16个字符',
}

其中StrengthMeter符合条件后,并没有移除错误提示

iShot_2023-10-10_10.48.50.mp4
@wangjue666 wangjue666 added bug Something isn't working pr welcome Welcome developers to submit Pull Requests to the project labels Oct 10, 2023
@wangjue666
Copy link
Collaborator

@gavin-james 已修复,这个校验引发的原因具体可以看 #3071

zyt520ham pushed a commit to zyt520ham/vue-vben-admin that referenced this issue Oct 17, 2023
* main: (48 commits)
  fix(LockModal): Cannot unlock (vbenjs#3143)
  Pr/code editor boardered (vbenjs#3142)
  chore: fix type:check error (vbenjs#3139)
  fix(customExport): Failure to export (vbenjs#3137)
  fix(full-screen): dom fullscreen status text (vbenjs#3130)
  fix(BasicForm): type instantiation is excessively deep and possibly infinite. (vbenjs#3128)
  chore: fix type:check error (vbenjs#3126)
  fix: #2744tabs选项卡渲染问题,以及完善路由中affix=true时处理逻辑。 (vbenjs#3127)
  chore: update `unplugin-config` (vbenjs#3120)
  chore(demo): 修正表单增删示例类型错误
  fix(demo): useForm中DatePicker,RangePicker 日期控件位置不对
  fix(Editor): ts类型错误
  chore(MenuItem): watch回调参数类型不一致
  fix(SimpleMenuTag): SimpleMenuTag的引用都改为动态组件引用,以消除打包警告.close vbenjs#3121
  chore(demo): 消除ts类型错误
  fix: ScrollContainer的一个问题 vbenjs#3046 (vbenjs#3119)
  fix(StrengthMeter): change事件应随handleChange一起抛出。close vbenjs#3118
  Revert "chore: update `unplugin-config` (vbenjs#3116)" (vbenjs#3117)
  chore: update `unplugin-config` (vbenjs#3116)
  fix(EditCellTable): 表格编辑行在使用Switch,checkedValue为数字时无法切换开关.close vbenjs#2560
  ...

# Conflicts:
#	pnpm-lock.yaml
#	src/components/Form/src/BasicForm.vue
#	src/components/Form/src/components/ApiSelect.vue
#	src/components/Form/src/hooks/useForm.ts
#	src/layouts/default/header/MultipleHeader.vue
#	src/views/demo/form/UseForm.vue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pr welcome Welcome developers to submit Pull Requests to the project
Projects
None yet
Development

No branches or pull requests

2 participants