-
I am interested in addressing the issue where submitting the form without any data shows a success message. Please assign me this task, and I will ensure that the form correctly handles empty submissi…
c2gup updated
3 weeks ago
-
### Story
As a user who relies on clear and accessible form instructions,
I want the form fields in the request form and domain management pages to have consistent and descriptive labels that communic…
-
In the data request form, the link to the terms of usage are not working either. This is probably due to the same reason as the rotten links in #1 but it deserves an extra issue because this is actual…
-
# multipart/form-data 初探
筆者忝為後端工程師,一直到最近因為要直接處理上傳檔案,才碰到要接收 application/json 以外的 request content-type。 記錄一下為了開發功能去翻閱 RFC 有關於 multipart/form-data 的一些心得。 # 前言...
[https://blog.errorbaker.tw/posts/cwc32…
-
```python
import reflex as rx
class FormState(rx.State):
form_data: dict = {}
def handle_submit(self, form_data: dict):
"""Handle the form submit."""
self.form_data…
-
We need to be able to configure which data model a subform should use. Should this be configured directly in the subform component, or through the layout set configuration?
-
Steps to reproduce:
- setTicketAttribute on form A
- Submit form A
- setTicketAttribute on form B
- Submit form B
- Observe form B's ticket including data added from form A
Possible solution:
…
-
Hi,
when try to create a new Data Template by clicking on 'Console - Templates - Data Source' with Data Input Method a script with 2 output fields.
Trying to add 2 Data Source Item and write 'Intern…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Describe the bug
Calling `requestSubmit` on a form with the data-enhance attribute prints an uncaught `T…
-
Description:
When attempting to submit a new question without selecting a correct answer, a validation message correctly displays an error. However, all form fields are cleared forcing the user to re…