Skip to content

Commit

Permalink
DEV-220 [FIX] Add custom width setting for Reorder list field
Browse files Browse the repository at this point in the history
  • Loading branch information
armine-fliplet committed Oct 30, 2024
1 parent 406bfe6 commit 6441a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/libs/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ Fliplet.FormBuilder = (function() {

component.props._flexibleWidthComponents = {
type: Array,
default: ['flInput', 'flCheckbox', 'flRadio', 'flEmail', 'flNumber', 'flTelephone', 'flUrl', 'flTextarea', 'flWysiwyg', 'flSelect', 'flDate', 'flTime', 'flDateRange', 'flTimeRange', 'flTimer', 'flStarRating', 'flSignature', 'flImage', 'flFile', 'flSlider', 'flMatrix', 'flTypeahead', 'flGeolocation', 'flPassword', 'flCodeScanner', 'flCustomButton', 'flAddress']
default: ['flInput', 'flCheckbox', 'flRadio', 'flEmail', 'flNumber', 'flTelephone', 'flUrl', 'flTextarea', 'flWysiwyg', 'flSelect', 'flDate', 'flTime', 'flDateRange', 'flTimeRange', 'flTimer', 'flStarRating', 'flSignature', 'flImage', 'flFile', 'flSlider', 'flMatrix', 'flTypeahead', 'flGeolocation', 'flPassword', 'flCodeScanner', 'flCustomButton', 'flAddress', 'flReorderList']
};

component.props._idx = {
Expand Down

0 comments on commit 6441a8d

Please sign in to comment.