Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Indienet
Site
Commits
5c0c237e
Commit
5c0c237e
authored
Mar 19, 2018
by
Laura Kalbag
⚡
Browse files
Add for attribute to labels and id attribute to inputs to pair label and input fields
parent
2279a5fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/components/settings.vue
View file @
5c0c237e
...
...
@@ -2,12 +2,12 @@
<div>
<form
@
submit.prevent
>
<b-field
label=
'Name'
>
<b-input
v-model=
'name'
placeholder=
'Anonymous'
></b-input>
<b-field
label=
'Name'
for=
'profile-name'
>
<b-input
v-model=
'name'
placeholder=
'Anonymous'
id=
'profile-name'
></b-input>
</b-field>
<b-field
label=
'Bio'
>
<b-input
v-model=
'bio'
placeholder=
'Anonymous'
></b-input>
<b-field
label=
'Bio'
for=
'profile-bio'
>
<b-input
v-model=
'bio'
placeholder=
'Anonymous'
id=
'profile-bio'
></b-input>
</b-field>
<label
class=
'label'
for=
'profile-image-upload'
>
Profile image
</label>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment