Skip to content

隐藏字段 HIDDEN

不在表单中显示,但字段值会随表单一起提交。适合存储自动生成或由后端填充的数据。

基础用法

java
@EruptField(
    edit = @Edit(title = "隐藏字段", type = EditType.HIDDEN)
)
private String hiddenField;

贡献者

The avatar of contributor named as YuePeng YuePeng
The avatar of contributor named as Claude Opus 5 (1M context) Claude Opus 5 (1M context)

页面历史

Released under the Apache-2.0 License.