-
```python
import reflex as rx
class FormState(rx.State):
form_data: dict = {}
slider_values: list[float] = [20, 80]
def handle_submit(self, form_data: dict):
"""H…
-
Hello
Currently the data that we pass in the signup form is visible in the URL
this should not happen for security reasons
I would like to solve this
Pls assign me
![image](https://github.com/…
-
When submitting a form to a frame with `advance` action the frame's busy state is not cleared and committed to history. Navigating back the frame will then appear busy.
Is this the intended behavio…
aleho updated
15 hours ago
-
on https://horizon-ui.com/shadcn-nextjs-boilerplate/dashboard:
I can click "Sign In" button without entering anything into fields and no error message is shown.
and also, "Sign In" button remains …
-
Applications using Werkzeug to parse multipart/form-data requests are vulnerable to resource exhaustion. A specially crafted form body can bypass the Request—max_form_memory_size setting.
-
**Describe the bug**
"Content-Type": "multipart/form-data" is not set when I try to send attachments > 3mb.
**To Reproduce**
Some steps involved to reproduce the bug and any code samples you can …
-
`form-data` library is old, [abandoned](https://github.com/form-data/form-data/issues/544) and has [deprecation warning](https://github.com/form-data/form-data/issues/563) with Node 21.
-
Hi
Not sure if I'm missing something but can't make it work. Everything else seems to work just fine with nvim-ship but form-data just doesn't work for me.
ie:
```
~[BASE]~
url {{host}}/users…
-
### Reproduction
https://formkit.link/dbdb24ae586ee591f1fc982ce09bc04f
### Describe the bug
**Note the issue can not be reproduced in the playground, only in a Nuxt app.**
When using `@formkit/n…
-
Have noticed yahoo finance stopped working recently. URL in error logs takes me to a API feedback google form.
"We’re sorry for the inconvenience, but API-level access to Yahoo Finance quotes data …