🔥 example(term): drop empty-value workaround now handled by renderer
The `value || " "` fallback previously worked around the renderer's
inability to attach a caret to an empty text node. That case is now
handled directly by the renderer, so the example can pass the raw
value through and let the caret resolve at the input box's origin.