Shukhrat Mukimov

Results 14 comments of Shukhrat Mukimov

@LeoTindall You can implement this with `renderValue` renderValue = ({ label, value }) => { return ( {label} Delete ); };

@sverrejb `MultiSelect` has `value` prop, which indicates currently selected options. You can implement onValuesChange and store selected values in your state. handleOnValuesChange = (values) => { this.setState({ values }); }...

Can you provide simple reproducible example?

Can you try running `volta install node` ?

+1 Also it would be better to add something like code below, to check if mpd is running. ``` Requires=mpd.service After=mpd.service ```

This sounds as an good idea on first sense, but will lead to a breaking changes and unexpected behaviour for users who already using global node for some reason. Second...

@stevearc can you review this please?