Skip to content
Snippets Groups Projects
Select Git revision
  • 71a6f6dfc7797b419b7ca9a10360f8657bd5b111
  • master default protected
  • 1.31
  • 4.34.1
  • 4.34.0
  • 4.33.1
  • 4.33.0
  • 4.32.2
  • 4.32.1
  • 4.32.0
  • 4.31.0
  • 4.30.1
  • 4.30.0
  • 4.29.1
  • 4.29.0
  • 4.28.0
  • 4.27.0
  • 4.26.0
  • 4.25.5
  • 4.25.4
  • 4.25.3
  • 4.25.2
  • 4.25.1
23 results

select.mjs

Blame
    • Volker Schukai's avatar
      71a6f6df
      fix: Remove unused property and improve option fetching in select component · 71a6f6df
      Volker Schukai authored
      - 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.
      71a6f6df
      History
      fix: Remove unused property and improve option fetching in select component
      Volker Schukai authored
      - 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.
    messages.go 939 B