Display selected value for product/category for WooCommerce segments
[MAILPOET-2762]
This commit is contained in:
committed by
Veljko V
parent
f1aee6f971
commit
8ca759dc9b
@@ -278,7 +278,7 @@ class Selection extends React.Component {
|
||||
disabled={this.props.field.disabled}
|
||||
data-placeholder={this.props.field.placeholder}
|
||||
multiple={this.props.field.multiple}
|
||||
defaultValue={selectedValues}
|
||||
value={selectedValues}
|
||||
{...this.props.field.validation}// eslint-disable-line react/jsx-props-no-spreading
|
||||
>
|
||||
{ this.insertEmptyOption() }
|
||||
|
Reference in New Issue
Block a user