Skip to content

fix(vuetify): allow NoGutters(false) to explicitly disable gutters#579

Open
eideroliveira wants to merge 1 commit into
qor5:masterfrom
eideroliveira:pr/vxfield-textarea-row-fix
Open

fix(vuetify): allow NoGutters(false) to explicitly disable gutters#579
eideroliveira wants to merge 1 commit into
qor5:masterfrom
eideroliveira:pr/vxfield-textarea-row-fix

Conversation

@eideroliveira
Copy link
Copy Markdown

Summary

  • VRowBuilder.NoGutters(v) previously only set the :no-gutters attribute when v=true, making it impossible to explicitly pass no-gutters="false" to override a parent default. Now the attribute is always emitted regardless of the boolean value.

Test plan

  • NoGutters(true) still produces :no-gutters="true"
  • NoGutters(false) now produces :no-gutters="false" instead of being silently dropped

Previously NoGutters only set the attribute when v=true, making it
impossible to explicitly set no-gutters="false" to override a parent
default. Now the attribute is always set regardless of the boolean value.
Sign up for free to 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.

1 participant