Show full arg help

This commit is contained in:
Fabio Manganiello 2020-06-17 01:52:44 +02:00
parent 7e30cb4487
commit b175a00b4b
1 changed files with 1 additions and 1 deletions

View File

@ -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"
/>