We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There's an issue when creating an event in the calendar if the IP changed or network is temporary down.
The page refresh and user input disappear.
There's a need to implement a serialisation of the new item to prevent user input loss
I think there's solution to save item in memory or in LocalStorage to prevent issue described, then after the page reloaded, set item back.
By example, the Note app is better implemented in case of temporary missing network.
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
There's an issue when creating an event in the calendar if the IP changed or network is temporary down.
The page refresh and user input disappear.
Describe the solution you'd like
There's a need to implement a serialisation of the new item to prevent user input loss
Describe alternatives you've considered
I think there's solution to save item in memory or in LocalStorage to prevent issue described, then after the page reloaded, set item back.
By example, the Note app is better implemented in case of temporary missing network.
Additional context
No response
The text was updated successfully, but these errors were encountered: