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
<Select getOptionLabel={(ops) => ops.hoge} getOptionValue={(ops) => ops.huga} options={someObjects} />
型が厳格なこともあり、<Select />のためにarray.map()を利用するケースが増えてきた。 上記のような書き方ができれば、無駄な処理を減らすことができる。
<Select />
The text was updated successfully, but these errors were encountered:
もしかしたら破壊的変更を伴う
Sorry, something went wrong.
上手く作れるならほしい。
<Select />用にオブジェクトの配列を整形する作業をやめたいので、欲しい。
No branches or pull requests
型が厳格なこともあり、
<Select />
のためにarray.map()を利用するケースが増えてきた。上記のような書き方ができれば、無駄な処理を減らすことができる。
The text was updated successfully, but these errors were encountered: