Skip to content

heldReserve

heldReserve(field): string | undefined

Defined in: react/src/staticField.ts:70

The reservation, if field is holding — the renderer’s one question: does this blank field still occupy its space (so its element must stay mounted), and what copy is it keeping the space for (the honest accessible name for a reserved control)? A field whose text is set is never held — an edited copy renders its text, not someone’s reservation.

FieldState

string | undefined