We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ProFormText.Password
PasswordStrength
配合校验时,popover 会随着 错误信息 的 出现/消失 而位移
无法改变 popover 出现的方式, 非常不便。正常来说都应该希望至少 focus 的时候就出现。 配置 popoverProps: { open: true } 无效,因为他被 onClick / onBlur 强制更改了:
popoverProps: { open: true }
onClick
onBlur
pro-components/packages/form/src/components/Text/index.tsx
Lines 128 to 135 in 981f065
(这个不一定是问题, 可能就是没办法)屏幕窄时,popover会遮住输入框。目前没有解决办法,我用 placement: 'left' 让他挡住右边会稍微好一点。他应该和 top / bottom 一样位置不够就移出屏幕才对。不想用 top / bottom
placement: 'left'
top
bottom
用官网 <LoginForm /> demo 就能快速复现
<LoginForm />
不定位 <ProField /> 因为他的高度会根据 错误信息 有无 而变化。建议根据 <Input /> 定位
<ProField />
<Input />
屏幕距离够就默认 right, 不够调整成 top
right
官网demo
配合校验时,popover 会随着 错误信息 的 出现/消失 而位移 https://github.com/ant-design/pro-components/assets/45784210/6f4fcd83-5a80-4958-bc98-3e1c8ce4ffc2
(这个不一定是问题, 可能就是没办法)屏幕窄时,popover会遮住输入框。目前没有解决办法,我用 placement: 'left' 让他挡住右边会稍微好一点。不想用 top / bottom https://github.com/ant-design/pro-components/assets/45784210/e39ef82f-fd38-4754-9037-cef581a891d6
The text was updated successfully, but these errors were encountered:
有理有据 让人信服
Sorry, something went wrong.
3ab9f11
No branches or pull requests
🐛 bug 描述
配合校验时,popover 会随着 错误信息 的 出现/消失 而位移
无法改变 popover 出现的方式, 非常不便。正常来说都应该希望至少 focus 的时候就出现。
配置
popoverProps: { open: true }
无效,因为他被onClick
/onBlur
强制更改了:pro-components/packages/form/src/components/Text/index.tsx
Lines 128 to 135 in 981f065
(这个不一定是问题, 可能就是没办法)屏幕窄时,popover会遮住输入框。目前没有解决办法,我用
placement: 'left'
让他挡住右边会稍微好一点。他应该和top
/bottom
一样位置不够就移出屏幕才对。不想用top
/bottom
📷 复现步骤
用官网
<LoginForm />
demo 就能快速复现🏞 期望结果
不定位
<ProField />
因为他的高度会根据 错误信息 有无 而变化。建议根据<Input />
定位屏幕距离够就默认
right
, 不够调整成top
💻 复现代码
官网demo
© 版本信息
🚑 其他信息
配合校验时,popover 会随着 错误信息 的 出现/消失 而位移
https://github.com/ant-design/pro-components/assets/45784210/6f4fcd83-5a80-4958-bc98-3e1c8ce4ffc2
(这个不一定是问题, 可能就是没办法)屏幕窄时,popover会遮住输入框。目前没有解决办法,我用
placement: 'left'
让他挡住右边会稍微好一点。不想用top
/bottom
https://github.com/ant-design/pro-components/assets/45784210/e39ef82f-fd38-4754-9037-cef581a891d6
The text was updated successfully, but these errors were encountered: