Skip to content
New issue

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

<Select /> いろんな型のをoptionsに含められるようにしたい #243

Open
youchann opened this issue Feb 8, 2021 · 2 comments
Labels
enhancement New feature or request ガーデニング ガーデニングデーに対応する優先度の低いやつ

Comments

@youchann
Copy link
Contributor

youchann commented Feb 8, 2021

            <Select
              getOptionLabel={(ops) => ops.hoge}
              getOptionValue={(ops) => ops.huga}
              options={someObjects}
            />

型が厳格なこともあり、<Select />のためにarray.map()を利用するケースが増えてきた。
上記のような書き方ができれば、無駄な処理を減らすことができる。

@youchann youchann added enhancement New feature or request ガーデニング ガーデニングデーに対応する優先度の低いやつ labels Feb 8, 2021
@youchann
Copy link
Contributor Author

youchann commented Feb 8, 2021

もしかしたら破壊的変更を伴う

@youchann
Copy link
Contributor Author

上手く作れるならほしい。

<Select />用にオブジェクトの配列を整形する作業をやめたいので、欲しい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ガーデニング ガーデニングデーに対応する優先度の低いやつ
Projects
None yet
Development

No branches or pull requests

1 participant