Blazored / AutoSaveEditForm

A replacement for the default EditForm component which will auto save a form until it is successfully submitted

Home Page:https://blazored.github.io/AutoSaveEditForm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only saves after leaving textbox

franky1017 opened this issue · comments

While user is typing, it does not actually auto-save. The user must leave the textbox by clicking somewhere else, then it gets saved. In real world scenario, I occasionally lose SignalR connection to the server and require a reload. In this case, the text already typed is all lost. Would be great if the auto-save works as the user is typing.

i havent tested this repo out, but if you are using MudBlazor inputs, specify the Immediate="true" attribute