Problem/Motivation

When using WET-BOEW form validation mode the form css should be optimal.

To ensure optimal css, all one has to do is upgrade drupalwxt/wxt_bootstrap when using wxt 6.1.x.

composer up drupalwxt/wxt_bootstrap

11.1.1+ version of wxt_bootstrap has the expected css for optimal wet-boew clientside validated webforms

Steps to reproduce

See proposed solution as well as the problem/motivation and issue title.

Proposed resolution

See proposed code changes

div.wb-frmvld .select-wrapper {
 display: block;
}

Remaining tasks

Review changes.

User interface changes

better appearance.

API changes

N/A

Data model changes

N/A

Comments

joseph.olstad created an issue. See original summary.

joseph.olstad’s picture

Assigned: joseph.olstad » Unassigned
Category: Bug report » Support request
Status: Active » Fixed

Ok, to resolve this, all one has to do is upgrade drupalwxt/wxt_bootstrap when using wxt 6.1.x.

composer up drupalwxt/wxt_bootstrap

This version of wxt_bootstrap has the expected css.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

joseph.olstad’s picture

Issue summary: View changes

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.