Remove unnecessary newline
This commit is contained in:
parent
740084419c
commit
58751f306c
|
@ -198,8 +198,7 @@ If you want to use other Controls in a form specified using the above (verbose)
|
||||||
- name: "form1"
|
- name: "form1"
|
||||||
type: form
|
type: form
|
||||||
params:
|
params:
|
||||||
layout: "Name: {{name}} \n
|
layout: "Name: {{name}} \nFruit: {{fruit}}"
|
||||||
Fruit: {{fruit}}"
|
|
||||||
fields:
|
fields:
|
||||||
name:
|
name:
|
||||||
multiline: true
|
multiline: true
|
||||||
|
@ -217,4 +216,4 @@ Note that **the `fields` parameter content is specified as the `form_fields` par
|
||||||
|
|
||||||
### macOS remarks
|
### macOS remarks
|
||||||
|
|
||||||
For the expansion to take place on macOS, you have to release the submit keys (CTRL+Enter) after submitting the form.
|
For the expansion to take place on macOS, you have to release the submit keys (CTRL+Enter) after submitting the form.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user