Show full arg help
This commit is contained in:
parent
7e30cb4487
commit
b175a00b4b
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
:name="name"
|
||||
:value="arg.default"
|
||||
data-type="arg"
|
||||
:placeholder="arg.doc && arg.doc.length ? arg.doc.substr(0, 50) : 'Value'"
|
||||
:placeholder="arg.doc && arg.doc.length ? arg.doc : 'Value'"
|
||||
autocomplete="off"
|
||||
:disabled="loading"
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue