We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<kl-multi-select source={source} multiple={true} showRoot={true} value={value} rootValue={rootValue} /> <p>选择的是:{value}</p> <p>rootValue: {rootValue}</p> <kl-button on-click={this.clear()} title="清空" /> <kl-button on-click={this.change()} title="修改" /> clear: function(){ this.rootValue = ''; } change: function(){ this.rootValue = '1'; }
使用上述clear方式无法将kl-multi-select的选择清空; 使用上述change方式无法将kl-multi-select的选择修改。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用上述clear方式无法将kl-multi-select的选择清空;
使用上述change方式无法将kl-multi-select的选择修改。
The text was updated successfully, but these errors were encountered: