withEmptyHint
fun <Value> MutablePreviewLabField<List<Value>>.withEmptyHint(): MutablePreviewLabField<List<Value>>
Adds an "Empty List" hint to a ListField, allowing quick selection of an empty list value.
Return
The field with the empty list hint added.
Adds an "Empty Set" hint to a SetField, allowing quick selection of an empty set value.
Return
The field with the empty set hint added.