API Reference
Advanced Tutorials
Comparison
FAQ
Contributing
Testing
Migration Guide
Licence
This is documentation for Refine 3.xx.xx, which is no longer actively maintained.
For up-to-date documentation, see the latest version (4.xx.xx).
Version: 3.xx.xx
useSelect
The useSelect
hook was created by refine to help you create <select>
components and populate the options with your data. This example shows how to use the useSelect
hook from @pankod/refine-core
.
Refer to the refine useSelect hook documentation for more information. →
Run on your local
npm create refine-app@latest -- --example core-use-select