Skip to content

Empty Placeholder EMPTY

Occupies a component slot in the form without rendering any content. Used to control form layout alignment.

Basic Usage

java
@EruptField(
    edit = @Edit(title = "", type = EditType.EMPTY)
)
private String placeholder;

Typically used together with the @Layout annotation. When the last field in a row needs to remain left-aligned, use EMPTY to fill the remaining slot.

Contributors

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

Changelog

Released under the Apache-2.0 License.