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
$school_account = Elm::input('school_account','登录账号')->required(); $popover = Elm::popover(); $popover->content('登录密码由系统自动生成, 用户可登录后自主修改!'); $school_account->info($popover);
组件这样用但是前段显示错误
显示内容为: { "type": "popover", "value": "", "props": { "content": "登录密码由系统自动生成, 用户可登录后自主修改!" } }
The text was updated successfully, but these errors were encountered:
感谢反馈,我检查一下
Sorry, something went wrong.
有解决办法, 请发布一下谢谢
我刚刚检查了下,这种使用方式是错误的. popover应该配置到 form的config中 这个后面可以优化一下,支持单独配置组件的 info 类型
popover
form
config
info
No branches or pull requests
$school_account = Elm::input('school_account','登录账号')->required();
$popover = Elm::popover();
$popover->content('登录密码由系统自动生成, 用户可登录后自主修改!');
$school_account->info($popover);
组件这样用但是前段显示错误
显示内容为: { "type": "popover", "value": "", "props": { "content": "登录密码由系统自动生成, 用户可登录后自主修改!" } }
The text was updated successfully, but these errors were encountered: