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.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”string | undefined