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

Send input data in callback #3

Open
Eneroth3 opened this issue Feb 20, 2018 · 0 comments
Open

Send input data in callback #3

Eneroth3 opened this issue Feb 20, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@Eneroth3
Copy link
Owner

Dialog's callbacks are not meant to be very advanced; complex callbacks that reads and processes data on the JS side can be manually made by the developer using dialogs. However it would be within the scope of Dialogs to simply gather the data in input elements (if there are any) and send in the default callbacks.

If implemented, the data should be gathered similar to how HTML forms work. All inputs/textares data should be indexed by the element name. Radio button groups should function as one name-value pair (not as individual boolean inputs).

@Eneroth3 Eneroth3 added the enhancement New feature or request label Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant