Skip to content
New issue

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

bug (core): form element must be register there default value in the formdata #64

Closed
3 tasks done
Sukaato opened this issue Dec 1, 2024 · 1 comment · Fixed by #69
Closed
3 tasks done

bug (core): form element must be register there default value in the formdata #64

Sukaato opened this issue Dec 1, 2024 · 1 comment · Fixed by #69
Assignees
Labels
bug Something isn't working package: core @poppy-ui/core package related
Milestone

Comments

@Sukaato
Copy link
Member

Sukaato commented Dec 1, 2024

Prerequisites

Poppy UI Version

v1.x

Current Behavior

input, textarea, toggle, etc ... does not register there default/initial value in the form data

Expected Behavior

have default value in form data when form is submitted

Steps to Reproduce

  1. create a form with an input
  2. submit
  3. see the form data has no value

Code Reproduction URL

No response

Additional Information

No response

@Sukaato Sukaato added the bug Something isn't working label Dec 1, 2024
@github-actions github-actions bot added the package: core @poppy-ui/core package related label Dec 1, 2024
@Sukaato Sukaato self-assigned this Dec 1, 2024
@Sukaato Sukaato added this to the v1.0.0 milestone Dec 1, 2024
@Sukaato
Copy link
Member Author

Sukaato commented Dec 1, 2024

this issue must fixes #62 in addition

Sukaato added a commit that referenced this issue Dec 7, 2024
- form element has now the same comportment as the native form elements

fixes: #64
Sukaato added a commit that referenced this issue Dec 7, 2024
- form element has now the same comportment as the native form elements

fixes: #64 #62
Sukaato added a commit that referenced this issue Dec 8, 2024
- form element has now the same comportment as the native form elements

fixes: #64 #62
@Sukaato Sukaato closed this as completed in 9bcf0f4 Dec 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package: core @poppy-ui/core package related
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant