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

If no method attribute on root, check for data-method #8

Open
CaptainN opened this issue Sep 25, 2013 · 0 comments
Open

If no method attribute on root, check for data-method #8

CaptainN opened this issue Sep 25, 2013 · 0 comments

Comments

@CaptainN
Copy link
Member

To keep inline with standards, the root element shouldn't necessarily have a "method" attribute, if it isn't a form element. OnceForm does need to know which method to use, so it must be configurable. This can be either API level, though that would require a user to manually recreate init - which would suck.

We could also use the data attribute standards, and just allow for the use of data-method instead of method.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant