Improve Select modes

This commit is contained in:
Yang Luo
2023-05-31 17:36:11 +08:00
parent 0aa4df40c6
commit 11f3af1ede
8 changed files with 12 additions and 12 deletions

View File

@ -181,7 +181,7 @@ class PricingEditPage extends React.Component {
{Setting.getLabel(i18next.t("general:Plans"), i18next.t("general:Plans - Tooltip"))} :
</Col>
<Col span={22} >
<Select mode="tags" style={{width: "100%"}} value={this.state.pricing.plans}
<Select virtual={false} mode="multiple" style={{width: "100%"}} value={this.state.pricing.plans}
onChange={(value => {
this.updatePricingField("plans", value);
})}