Skip to content

[6.x] Add option to reserve field space - #14655

Merged
jasonvarga merged 5 commits into
6.xfrom
add-option-to-reserve-field-space
Aug 19, 2026
Merged

[6.x] Add option to reserve field space#14655
jasonvarga merged 5 commits into
6.xfrom
add-option-to-reserve-field-space

Conversation

@jaygeorge

Copy link
Copy Markdown
Contributor

Description of the Problem

For some blueprint layouts it's undesirable for hidden fields to collapse the whitespace. For example here if "Appears on Page" disappears the Text Field Test field will be pulled up to the row above

2026-05-12 at 17 09 57@2x

What this PR Does

Gives users the ability to opt in to the field disappearing rather than collapsing, like this:

2026-05-12 at 17 12 39@2x

After

2026-05-12 at 17 13 11@2x

How to Reproduce

  1. In the blueprint go to a field > Conditions > turn on "Reserve Space When Hidden" which will hide fields with opacity: 0 rather than display: none

jaygeorgeand others added 5 commits May 12, 2026 16:10
reserve_space_when_hidden binds :inert on the Field component, but
inheritAttrs is false and only $attrs.class was being forwarded, so
inert was silently dropped and hidden-but-reserved fields stayed
keyboard-focusable.
@jasonvarga
jasonvarga enabled auto-merge (squash) August 19, 2026 18:12
@jasonvarga
jasonvarga merged commit 1042975 into 6.xAug 19, 2026
64 checks passed
@jasonvarga
jasonvarga deleted the add-option-to-reserve-field-space branch August 19, 2026 18:15
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jaygeorge@jasonvarga