Skip to content

Commit f00e797

Browse files
edit runtime: use multiline input for environment variables (#2222)
1 parent bd9c9db commit f00e797

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

changes.d/2222.feat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The Edit Runtime form now supports multi-line environment variables.

src/components/graphqlFormGenerator/components/MapItem.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
3636
</v-tooltip>
3737
</div>
3838
</v-col>
39-
<v-col cols="auto">
39+
<v-col cols="auto" style="display: inline-block; padding-top: 0.5em;">
4040
<span>=</span>
4141
</v-col>
4242
<v-col>
43-
<v-text-field
43+
<v-textarea
44+
rows="1"
45+
auto-grow
4446
placeholder="value"
4547
v-model="modelValue.value"
4648
class="c-input-val"

0 commit comments

Comments
 (0)