Issues
- FormViewElement does not render in horizontal mode when a horizontal layout is definedAXBUM-38
- Datetimepicker value can not be clearedAXBUM-37Resolved issue: AXBUM-37
- Numeric control adapters do not fully update the value when modified through the adapterAXBUM-36Resolved issue: AXBUM-36Steven Gentens
- Allow configuration of multiple controls for validation binding resultsAXBUM-35Resolved issue: AXBUM-35Arne Vandamme
- Allow customization of the iconset being usedAXBUM-34
- Make typeahead datasets available on the elementAXBUM-33Resolved issue: AXBUM-33Steven Gentens
- Autosuggest prefetch is not workingAXBUM-32
- Fix binding of select element with multiple="multiple" attributeAXBUM-31Former user
- Add Javascript form control adapter layerAXBUM-30Resolved issue: AXBUM-30Steven Gentens
- Extend OptionsFormElementBuilder with OptionGroupAXBUM-28
- DateTimeFormElement validation errors are sometimes not correctly detectedAXBUM-27
- Style class should be serializableAXBUM-26Resolved issue: AXBUM-26Steven Gentens
- DateTimeFormElementBuilder should support null valuesAXBUM-25Resolved issue: AXBUM-25
- DateTimeFormElement controlName property doesn't result in the expected name attribute on the input fieldAXBUM-24Resolved issue: AXBUM-24
- FormGroupElement should render the original value if detectFieldErrors is trueAXBUM-23Resolved issue: AXBUM-23
- Add some generic tooltip support to FormGroupElementAXBUM-22Resolved issue: AXBUM-22
- Allow more ways to attach the command object errors to a FormViewElementAXBUM-21Resolved issue: AXBUM-21
- Checkbox disabled only applies to the main typeAXBUM-20Resolved issue: AXBUM-20
- Support groups on regular OptionsFormElementBuilderAXBUM-19
- All default ViewElementBuilders should support LocalizedText on text propertiesAXBUM-18Resolved issue: AXBUM-18
- Create a tabs/pills componentAXBUM-17
- Provide page change tracking mechanismAXBUM-16
- Textboxes should also be auto-sizeableAXBUM-15Resolved issue: AXBUM-15Arne Vandamme
- Support bootstrap-select for dropdownAXBUM-14Resolved issue: AXBUM-14
- Provide multiple Menu rendering buildersAXBUM-13Resolved issue: AXBUM-13
- Support template configuration on autosuggest controlAXBUM-12Resolved issue: AXBUM-12Steven Gentens
- Support new Date/Time API for DateTimeFormElementAXBUM-11Resolved issue: AXBUM-11
- Support lists (ordered, unordered, definition)AXBUM-10
- Support multi element controlAXBUM-9
- Custom control breaks if current entity does not have a property with the control nameAXBUM-8Resolved issue: AXBUM-8
- Allow custom localization of the sign value of a NumericFormElementConfigurationAXBUM-7
- Allow number formatting for currency and percentage to be configuredAXBUM-1Resolved issue: AXBUM-1Arne Vandamme
- Create DateTimeFormElementAXBUM-6Resolved issue: AXBUM-6Arne Vandamme
- Create HiddenFormElementAXBUM-3Resolved issue: AXBUM-3Arne Vandamme
- Support file upload controlsAXBUM-2
- Document default Bootstrap componentsAXBUM-5Resolved issue: AXBUM-5
36 of 36
FormViewElement does not render in horizontal mode when a horizontal layout is defined
Description
Environment
None
Details
Details
Details
Created September 9, 2020 at 11:06 AM
Updated September 9, 2020 at 11:06 AM
Activity
Show:
When a form is configured to have a horizontal form layout, the bootstrap 3 configuration is used where a `.form-horizontal` class is configured on the form itself. This has changed in bootstrap 4.
For a horizontal form, the `row` or `form-row` classes can be used instead.