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
Comment #2
joseph.olstadOk, to resolve this, all one has to do is upgrade drupalwxt/wxt_bootstrap when using wxt 6.1.x.
composer up drupalwxt/wxt_bootstrapThis version of wxt_bootstrap has the expected css.
Comment #4
joseph.olstad