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

Feature: Insert form elements add specific position #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

idkCpp
Copy link

@idkCpp idkCpp commented Apr 4, 2020

Let's say you have a login form.
It contains a login name, a password and a submit button.
Then you want to create a register form with an additional confirm password field.

With this you can just inherit from login and then add the second password field in the right place.

I just knocked this out. Comments are very welcome. This may very well be ABI-compatible with the current version (but I don't know much about this)

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

Successfully merging this pull request may close these issues.

1 participant