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

Allow a different label from name #26

Open
opetrushka-private opened this issue Jul 21, 2019 · 0 comments
Open

Allow a different label from name #26

opetrushka-private opened this issue Jul 21, 2019 · 0 comments

Comments

@opetrushka-private
Copy link
Contributor

opetrushka-private commented Jul 21, 2019

Currently label and name would always end up as the same value.

Would like to have something like

<input id="x" name="y">
<label for="x" title="z">z</label>

As name is passed in forms to the server while label is just for the user display.
Name might have restrictions on allowed characters while label doesn't. (have such a case causing issues)

(Might try for a PR)

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