File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
addons/html_builder/static/src Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,9 @@ export class BuilderRange extends Component {
64
64
65
65
onInput ( e ) {
66
66
this . preview ( e . target . value ) ;
67
+ if ( this . props . displayRangeValue ) {
68
+ this . state . value = this . parseDisplayValue ( e . target . value ) ;
69
+ }
67
70
}
68
71
69
72
get rangeInputValue ( ) {
Original file line number Diff line number Diff line change 9
9
10
10
<BuilderRow label.translate=" Position" t-if =" isActiveItem('toggle_card_img_opt')" >
11
11
<BuilderButtonGroup level =" 1" applyTo =" '.s_card'" >
12
- <BuilderButton title =" Left" classAction =" 'flex-lg-row'" iconImg =" /html_builder/static/img/options/pos_left.svg" />
13
- <BuilderButton title =" Right" classAction =" 'flex-lg-row-reverse'" iconImg =" /html_builder/static/img/options/pos_right.svg" />
12
+ <BuilderButton title =" Left" classAction =" 'flex-lg-row'" iconImg =" ' /html_builder/static/img/options/pos_left.svg' " />
13
+ <BuilderButton title =" Right" classAction =" 'flex-lg-row-reverse'" iconImg =" ' /html_builder/static/img/options/pos_right.svg' " />
14
14
</BuilderButtonGroup >
15
15
</BuilderRow >
16
16
You can’t perform that action at this time.
0 commit comments