gpt4 book ai didi

javascript - 带有禁用输入的 Angular 引导日期选择器弹出窗口

转载 作者:行者123 更新时间:2023-12-01 01:43:09 25 4
gpt4 key购买 nike

如果输入被禁用,为什么datepicker-popup不起作用?我怎样才能让它发挥作用?

代码:

span.input-group
input.form-control(
type="text"
name="accountDate"
ng-model="account.date"
min-date="minDate"
max-date="maxDate"
datepicker-options="dateOptions"
ng-disabled="true"
uib-datepicker-popup="{{format}}"
is-open="date.isOpen"
close-text="Close"
close-on-date-selection="true"
show-button-bar="false"
)
span.input-group-btn
button.btn.btn-default(
type="button"
ng-click="openDatePicker()")
i.glyphicon.glyphicon-calendar

如果我删除 ng-disabled 它会按预期工作。我尝试将其替换为 disableddisabled="disabled"...根本不起作用。

我需要禁用它,如果我单击按钮,它应该显示日期选择器...

最佳答案

禁用的输入元素无法使用且不可单击。 Source .

尝试使用ng-readonly代替ng-disabled

关于javascript - 带有禁用输入的 Angular 引导日期选择器弹出窗口,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52220282/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com