Typeahead icon indicating copy to clipboard operation
Typeahead copied to clipboard

[Bug] Issue with server-side pre-rendering

Open nh43de opened this issue 4 years ago • 1 comments

Describe the bug

When implementing with server side pre-rendering, user can start typing as soon as they receive the html page, however as soon as the page re-hydrates with wasm, the input is cleared. Is there a good way to remedy this?

Hosting model: when using client wasm, server side pre-rendered

Thanks for the tips

nh43de avatar Mar 06 '22 17:03 nh43de

Hide the control behind a loading spinner perhaps, making it obvious it's disabled?

PSCourtney avatar Nov 22 '23 14:11 PSCourtney