apollo79

Results 27 comments of apollo79

> What version of gnome-shell are you using? I am currently on `GNOME Shell 3.38.4`

No, I am using [Zorin OS](https://zorin.com/os), and it ships with gnome shell 43 unfortunately :(

Is there progress on this? I want to use modular forms for a site I am building and would need this feature.

> The integration of SolidStart actions is only interesting if your forms need to work without JavaScript in the browser Exactly that ist the usecase. I need it to work...

There is the FormError class of solid-start, which is designed for these usecases. But errors are redirected to the referrer with the error as URL parameter. For big forms this...

I can only think of a session as alternative for holding the error messages and values for a redirect. But that might be difficult for a form library...

I must say, that the more I dig into this, the more problems I see with validation in browsers with JS disabled. The client side validation is currently done with...

> We are providing the form itself from the server, the formData object will be tested for validation and we already expect X amount of fields with the respective types....

I still don't get it 😅. This sounds basically just like validation. The problem I described was about how to use the same validation functionality for both server and client...

> Another problem I encountered is that createServerAction$ behaves like createRouteAction and is executed client-side when defined outside the route in which it is used. This causes problems for us...