-
- Downloads
fix: Remove unused property and improve option fetching in select component
- Removed the `remoteInfo.path` property from the Select class documentation and its initialization as it was never utilized, keeping the codebase clean and less confusing. - Enhanced the `fetch` call in the `initTotal` function to include `fetchOptions`, allowing for more flexible and controlled fetching behavior based on user-defined options. This improves the functionality when interacting with remote data sources. These changes streamline the select component's code and enhance data fetching capabilities.
Please register or sign in to comment