Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e29487f

Browse files
committed
Implement #78
Add `name` attr to input, select and textarea fields
1 parent 6afb9ba commit e29487f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎schema.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ module.exports = {
2020
type: "input",
2121
inputType: "hidden",
2222
label: "Hidden",
23-
model: "id"
23+
model: "id",
24+
inputName: "hiddenField"
2425
},
2526
{
2627
type: "input",
@@ -57,6 +58,7 @@ module.exports = {
5758
label: "URL",
5859
model: "website",
5960
placeholder: "Enter your website",
61+
inputName: "website",
6062
validator: validators.url
6163
},
6264
{

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /