Currently all Bard fields have the same min-height.
We would love to see an option where this can be set per field, like the HTML textarea has <textarea rows="2">. A fieldtype config option to set the amount of initial rows (min-height) of the Bard field.
Bard is extensively used for headings (see example below), but this can get 'messy' very quickly, because of the redundant whitespace for heading and subheading fields. A heading is never more than 2 lines of content. The use of text fields is not ideal for headings, as with Bard the user is able to select what heading-type it should be (h1, h2, ...).
Using inline mode disables the ability to select heading types, but improves the UI by decrease the height of the fields. It cleans up the nested replicators a lot if this whitespace is removed. Tried to do this with CSS, but it is hard to target only specific bard fields, so maybe a general config option per field will be better.
Currently all Bard fields have the same min-height.
We would love to see an option where this can be set per field, like the HTML textarea has
<textarea rows="2">
. A fieldtype config option to set the amount of initial rows (min-height) of the Bard field.Bard is extensively used for headings (see example below), but this can get 'messy' very quickly, because of the redundant whitespace for heading and subheading fields. A heading is never more than 2 lines of content. The use of text fields is not ideal for headings, as with Bard the user is able to select what
heading-type
it should be (h1
,h2
,...
).Using inline mode disables the ability to select heading types, but improves the UI by decrease the height of the fields. It cleans up the nested replicators a lot if this whitespace is removed. Tried to do this with CSS, but it is hard to target only specific bard fields, so maybe a general config option per field will be better.
Current:
Desired: