由于使用了 Bootstrap TouchSpin-v4.2.5 库(jquery.bootstrap-touchspin.js),我不能使用“禁用”属性在这些情况下正常工作(对于 int、DateTime、double 类型),因为这是本库不提供。
<div class="col-md-6">
<nop-label asp-for="Id" />
<nop-editor asp-for="Id" asp-disabled="true" />
</div>
我该如何解决这个问题?