Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在Catalyst框架中将禁用的输入元素 (TT) 从第 1 页传递到第 2 页?
我可以用隐藏的输入来做到这一点。有没有其他方法可以处理它?
从规范
禁用的控件不能成功。
如果你想提交一个禁用的控件,那么你可能做错了。您可能想改用readonly。