📄️ Intro
Extended Fields are special components designed for @mobiux-labs/form-core that add extra fields to your forms. These fields rely on additional packages, so they're offered as separate libraries. This approach keeps the core package small and efficient. By using only the fields you need, you can maintain a minimal bundle size while still having a powerful form renderer.
📄️ Select
The Select Field component is a versatile field type for rendering dropdowns in forms. It leverages the react-select library to provide a rich set of features, including support for asynchronous loading, creatable options, and more.