Skip to content

Commit

Permalink
update number input
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinZhuLei committed Jan 9, 2020
1 parent efa3996 commit 1e9066e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 20 deletions.
12 changes: 6 additions & 6 deletions dist/FormMaking.common.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/FormMaking.umd.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/FormMaking.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "form-making",
"description": "A designer and generator of form base on Vue.js, make form development simple and efficient.",
"version": "1.2.6",
"version": "1.2.7",
"author": "GavinZhulei",
"license": "LGPL",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/components/GenerateFormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<template v-if="widget.type == 'input'" >
<el-input
v-if="widget.options.dataType == 'number' || widget.options.dataType == 'integer' || widget.options.dataType == 'float'"
:type="widget.options.dataType"
type="number"
v-model.number="dataModel"
:placeholder="widget.options.placeholder"
:style="{width: widget.options.width}"
Expand Down

0 comments on commit 1e9066e

Please sign in to comment.