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

input file should return filedata on form submit #62

Closed
manojadams opened this issue Mar 24, 2024 · 0 comments
Closed

input file should return filedata on form submit #62

manojadams opened this issue Mar 24, 2024 · 0 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request

Comments

@manojadams
Copy link
Owner

manojadams commented Mar 24, 2024

Current behaviour

Currently displayType "file" returns the name of the file as value onSubmit.

Expected behaviour

Field with displayType "file" should return base64 value of the file on Submit as there is no use of name as value.

@manojadams manojadams added the bug Something isn't working label Mar 24, 2024
@manojadams manojadams self-assigned this Mar 24, 2024
@manojadams manojadams added documentation Improvements or additions to documentation enhancement New feature or request labels Mar 26, 2024
manojadams added a commit that referenced this issue Mar 30, 2024
* fix #43: stop navigation to disabled items with buttons

* fix #44: update change events

* fix #48: making spacing configurable

* enhancement #53: add support for icons

* fix #62: support for filedata for input file type

* fix #64: adding type for input mask

* cleanup linting

* fix build
manojadams added a commit that referenced this issue Apr 5, 2024
* fix #43: stop navigation to disabled items with buttons

* fix #44: update change events

* fix #48: making spacing configurable

* enhancement #53: add support for icons

* fix #62: support for filedata for input file type

* fix #64: adding type for input mask

* cleanup linting

* fix build

* fix #66: file upload not working for section forms
manojadams added a commit that referenced this issue Apr 12, 2024
* fix #43: stop navigation to disabled items with buttons

* fix #44: update change events

* fix #48: making spacing configurable

* enhancement #53: add support for icons

* fix #62: support for filedata for input file type

* fix #64: adding type for input mask

* cleanup linting

* fix build

* fix #66: file upload not working for section forms

* fix #68: adding multiselect control support
manojadams added a commit that referenced this issue May 10, 2024
* fix #43: stop navigation to disabled items with buttons

* fix #44: update change events

* fix #48: making spacing configurable

* enhancement #53: add support for icons

* fix #62: support for filedata for input file type

* fix #64: adding type for input mask

* cleanup linting

* fix build

* fix #66: file upload not working for section forms

* fix #68: adding multiselect control support

* fix #70: handle api errors
manojadams added a commit that referenced this issue May 14, 2024
* fix #43: stop navigation to disabled items with buttons

* fix #44: update change events

* fix #48: making spacing configurable

* enhancement #53: add support for icons

* fix #62: support for filedata for input file type

* fix #64: adding type for input mask

* cleanup linting

* fix build

* fix #66: file upload not working for section forms

* fix #68: adding multiselect control support

* fix #70: handle api errors

* fix #45: adding config param for disabling tab navigation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant