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
当datepicker与XInput组件同时使用时,会导致placeholder和value都无法显示
<group title="填写预约信息" class="weui-cells_form"> <x-input title="预约部门" class="weui-vcode" placeholder='填写预约办事的部门' label-width="5em"> </x-input> <datetime v-model="value1" @on-change="change" title="预约日期" placeholder="请选择" @on-cancel="log('cancel')" @on-confirm="log('confirm')" @on-hide="log('hide', $event)"></datetime> </group>
如图 据我观察是在XInput组件中,这里将font-size设置为了0导致此问题 解决办法在timepicker组件中添加这个样式就解决了 希望修复
The text was updated successfully, but these errors were encountered:
x-input: add slot=right-full-height for captcha #2475
5738f63
weui-cells_form 类名不推荐使用,下个版本使用 slot=right-full-height 显示验证码。
weui-cells_form
Sorry, something went wrong.
No branches or pull requests
当datepicker与XInput组件同时使用时,会导致placeholder和value都无法显示
如图
据我观察是在XInput组件中,这里将font-size设置为了0导致此问题
解决办法在timepicker组件中添加这个样式就解决了
希望修复
The text was updated successfully, but these errors were encountered: