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 {
6464
6565 onInput ( e ) {
6666 this . preview ( e . target . value ) ;
67+ if ( this . props . displayRangeValue ) {
68+ this . state . value = this . parseDisplayValue ( e . target . value ) ;
69+ }
6770 }
6871
6972 get rangeInputValue ( ) {
Original file line number Diff line number Diff line change 99
1010 <BuilderRow label.translate=" Position" t-if =" isActiveItem('toggle_card_img_opt')" >
1111 <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' " />
1414 </BuilderButtonGroup >
1515 </BuilderRow >
1616
You can’t perform that action at this time.
0 commit comments