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
这个扩展很好用,但是有一些不足之处,建议模板渲染保留laravel-admin field 模板属性,下午需要对 字段添加 form-group 类选择器,发现怎么也加不上去,发现是因为没有兼容官方的view 属性问题,希望加上
在 view里 做如下修改 <div class="{{ $viewClass['form-group'] }} {!! !$errors->has($label) ?: 'has-error' !!}" >
<div class="{{ $viewClass['form-group'] }} {!! !$errors->has($label) ?: 'has-error' !!}" >
参考button view
The text was updated successfully, but these errors were encountered:
No branches or pull requests
这个扩展很好用,但是有一些不足之处,建议模板渲染保留laravel-admin field 模板属性,下午需要对
字段添加 form-group 类选择器,发现怎么也加不上去,发现是因为没有兼容官方的view 属性问题,希望加上
在 view里 做如下修改
<div class="{{ $viewClass['form-group'] }} {!! !$errors->has($label) ?: 'has-error' !!}" >
参考button view
The text was updated successfully, but these errors were encountered: